Package net.binis.codegen.jackson
Class CodeProxyTypeFactory
java.lang.Object
com.fasterxml.jackson.databind.type.TypeFactory
net.binis.codegen.jackson.CodeProxyTypeFactory
- All Implemented Interfaces:
Serializable
public class CodeProxyTypeFactory
extends com.fasterxml.jackson.databind.type.TypeFactory
- See Also:
-
Field Summary
FieldsFields inherited from class com.fasterxml.jackson.databind.type.TypeFactory
_classLoader, _modifiers, _parser, _typeCache, CORE_TYPE_BOOL, CORE_TYPE_COMPARABLE, CORE_TYPE_DOUBLE, CORE_TYPE_ENUM, CORE_TYPE_INT, CORE_TYPE_JSON_NODE, CORE_TYPE_LONG, CORE_TYPE_OBJECT, CORE_TYPE_STRING, DEFAULT_MAX_CACHE_SIZE, EMPTY_BINDINGS, instance -
Constructor Summary
ConstructorsConstructorDescriptionCodeProxyTypeFactory(com.fasterxml.jackson.databind.type.TypeFactory parent) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.JavaType_fromClass(com.fasterxml.jackson.databind.type.ClassStack context, Class<?> rawType, com.fasterxml.jackson.databind.type.TypeBindings bindings) Methods inherited from class com.fasterxml.jackson.databind.type.TypeFactory
_applyModifiers, _constructSimple, _findPrimitive, _findWellKnownSimple, _fromAny, _fromArrayType, _fromParamType, _fromVariable, _fromWellKnownClass, _fromWellKnownInterface, _fromWildcard, _newSimpleType, _resolveSuperClass, _resolveSuperInterfaces, _unknownType, classForName, classForName, clearCache, constructArrayType, constructArrayType, constructCollectionLikeType, constructCollectionLikeType, constructCollectionType, constructCollectionType, constructFromCanonical, constructGeneralizedType, constructMapLikeType, constructMapLikeType, constructMapType, constructMapType, constructParametricType, constructParametricType, constructParametricType, constructParametrizedType, constructParametrizedType, constructRawCollectionLikeType, constructRawCollectionType, constructRawMapLikeType, constructRawMapType, constructReferenceType, constructSimpleType, constructSimpleType, constructSpecializedType, constructSpecializedType, constructType, constructType, constructType, constructType, constructType, defaultInstance, findClass, findFirstTypeParameter, findTypeParameters, findTypeParameters, findTypeParameters, getClassLoader, moreSpecificType, rawClass, resolveMemberType, uncheckedSimpleType, unknownType, withCache, withCache, withClassLoader, withModifier
-
Field Details
-
collections
-
-
Constructor Details
-
CodeProxyTypeFactory
public CodeProxyTypeFactory(com.fasterxml.jackson.databind.type.TypeFactory parent)
-
-
Method Details
-
initCollections
-
_fromClass
protected com.fasterxml.jackson.databind.JavaType _fromClass(com.fasterxml.jackson.databind.type.ClassStack context, Class<?> rawType, com.fasterxml.jackson.databind.type.TypeBindings bindings) - Overrides:
_fromClassin classcom.fasterxml.jackson.databind.type.TypeFactory
-