Class JacksonHandlerInstantiator

java.lang.Object
tools.jackson.databind.cfg.HandlerInstantiator
org.springframework.http.support.JacksonHandlerInstantiator

public class JacksonHandlerInstantiator extends HandlerInstantiator
Allows for creating Jackson 3.x (ValueSerializer, ValueDeserializer, KeyDeserializer, TypeResolverBuilder, and TypeIdResolver) beans with autowiring against a Spring ApplicationContext.

Also overrides all factory methods in HandlerInstantiator, including non-abstract methods for ValueInstantiator, ObjectIdGenerator, ObjectIdResolver, PropertyNamingStrategy, Converter, and VirtualBeanPropertyWriter.

Since:
7.0
Author:
Sebastien Deleuze
See Also: