Uses of Class
com.fasterxml.classmate.util.ClassStack
-
Packages that use ClassStack Package Description com.fasterxml.classmate Package that contains main public interface of ClassMate package.com.fasterxml.classmate.util Various utility classes used by ClassMate. -
-
Uses of ClassStack in com.fasterxml.classmate
Methods in com.fasterxml.classmate with parameters of type ClassStack Modifier and Type Method Description private ResolvedTypeTypeResolver. _constructType(ClassStack context, java.lang.Class<?> rawType, TypeBindings typeBindings)private ResolvedTypeTypeResolver. _fromAny(ClassStack context, java.lang.reflect.Type mainType, TypeBindings typeBindings)private ResolvedTypeTypeResolver. _fromArrayType(ClassStack context, java.lang.reflect.GenericArrayType arrayType, TypeBindings typeBindings)private ResolvedTypeTypeResolver. _fromClass(ClassStack context, java.lang.Class<?> rawType, TypeBindings typeBindings)private ResolvedTypeTypeResolver. _fromGenericType(ClassStack context, GenericType<?> generic, TypeBindings typeBindings)Factory method for resolving given generic type, defined by using sub-class instance ofGenericTypeprivate ResolvedTypeTypeResolver. _fromParamType(ClassStack context, java.lang.reflect.ParameterizedType ptype, TypeBindings parentBindings)private ResolvedTypeTypeResolver. _fromVariable(ClassStack context, java.lang.reflect.TypeVariable<?> variable, TypeBindings typeBindings)private ResolvedTypeTypeResolver. _fromWildcard(ClassStack context, java.lang.reflect.WildcardType wildType, TypeBindings typeBindings)private ResolvedTypeTypeResolver. _resolveSuperClass(ClassStack context, java.lang.Class<?> rawType, TypeBindings typeBindings)NOTE: return type changed in 1.0.1 fromResolvedObjectTypetoResolvedType, since it was found that other types may be returned...private ResolvedType[]TypeResolver. _resolveSuperInterfaces(ClassStack context, java.lang.Class<?> rawType, TypeBindings typeBindings) -
Uses of ClassStack in com.fasterxml.classmate.util
Fields in com.fasterxml.classmate.util declared as ClassStack Modifier and Type Field Description protected ClassStackClassStack. _parentMethods in com.fasterxml.classmate.util that return ClassStack Modifier and Type Method Description ClassStackClassStack. child(java.lang.Class<?> cls)ClassStackClassStack. find(java.lang.Class<?> cls)Constructors in com.fasterxml.classmate.util with parameters of type ClassStack Constructor Description ClassStack(ClassStack parent, java.lang.Class<?> curr)
-