Class SimpleNameIdResolver

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

public class SimpleNameIdResolver 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 simple Class names (obtained with Class.getSimpleName(). Basically same as TypeNameIdResolver except for default to "simple" and not "full" class name.
Since:
2.16
See Also: