Uses of Class
tools.jackson.databind.type.ClassStack
Packages that use ClassStack
Package
Description
-
Uses of ClassStack in tools.jackson.databind.type
Fields in tools.jackson.databind.type declared as ClassStackMethods in tools.jackson.databind.type that return ClassStackModifier and TypeMethodDescriptionMethods in tools.jackson.databind.type with parameters of type ClassStackModifier and TypeMethodDescriptionprotected JavaTypeTypeFactory._fromAny(ClassStack context, Type srcType, TypeBindings bindings) Factory method that can be used if type information is passed as Java typing returned fromgetGenericXxxmethods (usually for a return or argument type).protected JavaTypeTypeFactory._fromArrayType(ClassStack context, GenericArrayType type, TypeBindings bindings) protected JavaTypeTypeFactory._fromClass(ClassStack context, Class<?> rawType, TypeBindings bindings) protected JavaTypeTypeFactory._fromParamType(ClassStack context, ParameterizedType ptype, TypeBindings parentBindings) This method deals with parameterized types, that is, first class generic classes.protected JavaTypeTypeFactory._fromVariable(ClassStack context, TypeVariable<?> var, TypeBindings bindings) protected JavaTypeTypeFactory._fromWellKnownClass(ClassStack context, Class<?> rawType, TypeBindings bindings, JavaType superClass, JavaType[] superInterfaces) Helper class used to check whether exact class for which type is being constructed is one of well-known base interfaces or classes that indicates alternateJavaTypeimplementation.protected JavaTypeTypeFactory._fromWellKnownInterface(ClassStack context, Class<?> rawType, TypeBindings bindings, JavaType superClass, JavaType[] superInterfaces) protected JavaTypeTypeFactory._fromWildcard(ClassStack context, WildcardType type, TypeBindings bindings) protected JavaTypeTypeFactory._resolveSuperClass(ClassStack context, Class<?> rawType, TypeBindings parentBindings) protected JavaType[]TypeFactory._resolveSuperInterfaces(ClassStack context, Class<?> rawType, TypeBindings parentBindings)