public class CustomTypeFactory
extends com.fasterxml.jackson.databind.type.TypeFactory
| 限定符 | 构造器和说明 |
|---|---|
|
CustomTypeFactory(org.hswebframework.web.api.crud.entity.EntityFactory factory) |
protected |
CustomTypeFactory(com.fasterxml.jackson.databind.util.LookupCache<Object,com.fasterxml.jackson.databind.JavaType> typeCache,
com.fasterxml.jackson.databind.type.TypeParser p,
com.fasterxml.jackson.databind.type.TypeModifier[] mods,
ClassLoader classLoader) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected com.fasterxml.jackson.databind.JavaType |
_fromWellKnownClass(com.fasterxml.jackson.databind.type.ClassStack context,
Class<?> rawType,
com.fasterxml.jackson.databind.type.TypeBindings bindings,
com.fasterxml.jackson.databind.JavaType superClass,
com.fasterxml.jackson.databind.JavaType[] superInterfaces) |
protected com.fasterxml.jackson.databind.JavaType |
_fromWellKnownInterface(com.fasterxml.jackson.databind.type.ClassStack context,
Class<?> rawType,
com.fasterxml.jackson.databind.type.TypeBindings bindings,
com.fasterxml.jackson.databind.JavaType superClass,
com.fasterxml.jackson.databind.JavaType[] superInterfaces) |
com.fasterxml.jackson.databind.type.TypeFactory |
withCache(com.fasterxml.jackson.databind.util.LRUMap<Object,com.fasterxml.jackson.databind.JavaType> cache) |
com.fasterxml.jackson.databind.type.TypeFactory |
withClassLoader(ClassLoader classLoader) |
com.fasterxml.jackson.databind.type.TypeFactory |
withModifier(com.fasterxml.jackson.databind.type.TypeModifier mod) |
_applyModifiers, _constructSimple, _findPrimitive, _findWellKnownSimple, _fromAny, _fromArrayType, _fromClass, _fromParamType, _fromVariable, _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, findTypeParameters, findTypeParameters, findTypeParameters, getClassLoader, moreSpecificType, rawClass, resolveMemberType, uncheckedSimpleType, unknownType, withCachepublic CustomTypeFactory(org.hswebframework.web.api.crud.entity.EntityFactory factory)
protected CustomTypeFactory(com.fasterxml.jackson.databind.util.LookupCache<Object,com.fasterxml.jackson.databind.JavaType> typeCache, com.fasterxml.jackson.databind.type.TypeParser p, com.fasterxml.jackson.databind.type.TypeModifier[] mods, ClassLoader classLoader)
public com.fasterxml.jackson.databind.type.TypeFactory withCache(com.fasterxml.jackson.databind.util.LRUMap<Object,com.fasterxml.jackson.databind.JavaType> cache)
withCache 在类中 com.fasterxml.jackson.databind.type.TypeFactorypublic com.fasterxml.jackson.databind.type.TypeFactory withClassLoader(ClassLoader classLoader)
withClassLoader 在类中 com.fasterxml.jackson.databind.type.TypeFactorypublic com.fasterxml.jackson.databind.type.TypeFactory withModifier(com.fasterxml.jackson.databind.type.TypeModifier mod)
withModifier 在类中 com.fasterxml.jackson.databind.type.TypeFactoryprotected com.fasterxml.jackson.databind.JavaType _fromWellKnownInterface(com.fasterxml.jackson.databind.type.ClassStack context,
Class<?> rawType,
com.fasterxml.jackson.databind.type.TypeBindings bindings,
com.fasterxml.jackson.databind.JavaType superClass,
com.fasterxml.jackson.databind.JavaType[] superInterfaces)
_fromWellKnownInterface 在类中 com.fasterxml.jackson.databind.type.TypeFactoryprotected com.fasterxml.jackson.databind.JavaType _fromWellKnownClass(com.fasterxml.jackson.databind.type.ClassStack context,
Class<?> rawType,
com.fasterxml.jackson.databind.type.TypeBindings bindings,
com.fasterxml.jackson.databind.JavaType superClass,
com.fasterxml.jackson.databind.JavaType[] superInterfaces)
_fromWellKnownClass 在类中 com.fasterxml.jackson.databind.type.TypeFactoryCopyright © 2016–2023. All rights reserved.