private ResolvedType |
TypeResolver._constructType(ClassStack context,
java.lang.Class<?> rawType,
TypeBindings typeBindings) |
private ResolvedType |
TypeResolver._fromAny(ClassStack context,
java.lang.reflect.Type mainType,
TypeBindings typeBindings) |
private ResolvedType |
TypeResolver._fromArrayType(ClassStack context,
java.lang.reflect.GenericArrayType arrayType,
TypeBindings typeBindings) |
private ResolvedType |
TypeResolver._fromClass(ClassStack context,
java.lang.Class<?> rawType,
TypeBindings typeBindings) |
private ResolvedType |
TypeResolver._fromGenericType(ClassStack context,
GenericType<?> generic,
TypeBindings typeBindings)
Factory method for resolving given generic type, defined by using sub-class
instance of GenericType
|
private ResolvedType |
TypeResolver._fromParamType(ClassStack context,
java.lang.reflect.ParameterizedType ptype,
TypeBindings parentBindings) |
private ResolvedType |
TypeResolver._fromVariable(ClassStack context,
java.lang.reflect.TypeVariable<?> variable,
TypeBindings typeBindings) |
private ResolvedType |
TypeResolver._fromWildcard(ClassStack context,
java.lang.reflect.WildcardType wildType,
TypeBindings typeBindings) |
private ResolvedType |
TypeResolver._resolveSuperClass(ClassStack context,
java.lang.Class<?> rawType,
TypeBindings typeBindings)
|
private ResolvedType[] |
TypeResolver._resolveSuperInterfaces(ClassStack context,
java.lang.Class<?> rawType,
TypeBindings typeBindings) |