Class TypeNameIdResolver

java.lang.Object
com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
All Implemented Interfaces:
TypeIdResolver, Serializable

public class TypeNameIdResolver extends TypeIdResolverBase implements Serializable
TypeIdResolver implementation that converts using explicitly (annotation-) specified type names and maps to implementation classes; or, in absence of annotated type name, defaults to fully-qualified Class names (obtained with Class.getName()
See Also: