Uses of Class
org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver

Packages that use TypeNameIdResolver
org.codehaus.jackson.map.jsontype.impl Package that contains standard implementations for TypeResolverBuilder and org.codehaus.jackson.map.jsontype.JsonTypeResolver it can construct. 
 

Uses of TypeNameIdResolver in org.codehaus.jackson.map.jsontype.impl
 

Methods in org.codehaus.jackson.map.jsontype.impl that return TypeNameIdResolver
static TypeNameIdResolver TypeNameIdResolver.construct(JavaType baseType, Collection<NamedType> subtypes, boolean forSer, boolean forDeser)