(package private) static TypeResolver |
TypeResolver.covariantly(java.lang.reflect.Type contextType) |
Returns a resolver that resolves types "covariantly".
|
private TypeResolver |
TypeToken.getCovariantTypeResolver() |
|
private TypeResolver |
TypeToken.getInvariantTypeResolver() |
|
(package private) static TypeResolver |
TypeResolver.invariantly(java.lang.reflect.Type contextType) |
Returns a resolver that resolves types "invariantly".
|
TypeResolver |
TypeResolver.where(java.lang.reflect.Type formal,
java.lang.reflect.Type actual) |
Returns a new TypeResolver with type variables in formal mapping to types in
actual .
|
(package private) TypeResolver |
TypeResolver.where(java.util.Map<TypeResolver.TypeVariableKey,? extends java.lang.reflect.Type> mappings) |
Returns a new TypeResolver with variable mapping to type .
|