Uses of Class
org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
-
Packages that use TypeNameIdResolver Package Description org.codehaus.jackson.map.jsontype.impl Package that contains standard implementations forTypeResolverBuilder
andTypeIdResolver
. -
-
Uses of TypeNameIdResolver in org.codehaus.jackson.map.jsontype.impl
Methods in org.codehaus.jackson.map.jsontype.impl that return TypeNameIdResolver Modifier and Type Method Description static TypeNameIdResolver
TypeNameIdResolver. construct(MapperConfig<?> config, JavaType baseType, Collection<NamedType> subtypes, boolean forSer, boolean forDeser)
-