@API(status=INTERNAL)
public abstract static class TypeUsage.TypeUsageFacade
extends java.lang.Object
Constructor and Description |
---|
TypeUsageFacade() |
Modifier and Type | Method and Description |
---|---|
abstract TypeUsage |
forType(java.lang.reflect.Type type) |
abstract TypeUsage |
of(java.lang.Class<?> type,
TypeUsage... typeParameters) |
abstract TypeUsage |
wildcard(TypeUsage upperBound) |