Class TypeResolverProvider

java.lang.Object
tools.jackson.databind.jsontype.TypeResolverProvider
All Implemented Interfaces:
Serializable

public class TypeResolverProvider extends Object implements Serializable
Abstraction used for allowing construction and registration of custom TypeResolverBuilders, used in turn for actual construction of TypeSerializers and TypeDeserializers for Polymorphic type handling. At this point contains both API and default implementation.
Since:
3.0
See Also: