Uses of Class
com.fasterxml.classmate.util.ClassStack
Packages that use ClassStack
Package
Description
Package that contains main public interface of ClassMate
package.
Various utility classes used by ClassMate.
-
Uses of ClassStack in com.fasterxml.classmate
Methods in com.fasterxml.classmate with parameters of type ClassStackModifier and TypeMethodDescriptionprivate ResolvedTypeTypeResolver._constructType(ClassStack context, Class<?> rawType, TypeBindings typeBindings) private ResolvedTypeTypeResolver._fromAny(ClassStack context, Type mainType, TypeBindings typeBindings) private ResolvedTypeTypeResolver._fromArrayType(ClassStack context, GenericArrayType arrayType, TypeBindings typeBindings) private ResolvedTypeTypeResolver._fromClass(ClassStack context, 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, ParameterizedType ptype, TypeBindings parentBindings) private ResolvedTypeTypeResolver._fromVariable(ClassStack context, TypeVariable<?> variable, TypeBindings typeBindings) private ResolvedTypeTypeResolver._fromWildcard(ClassStack context, WildcardType wildType, TypeBindings typeBindings) private ResolvedTypeTypeResolver._resolveSuperClass(ClassStack context, 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, Class<?> rawType, TypeBindings typeBindings) -
Uses of ClassStack in com.fasterxml.classmate.util
Fields in com.fasterxml.classmate.util declared as ClassStackMethods in com.fasterxml.classmate.util that return ClassStackModifier and TypeMethodDescriptionConstructors in com.fasterxml.classmate.util with parameters of type ClassStack