spring-framework / org.springframework.http.converter.json / Jackson2ObjectMapperFactoryBean / setHandlerInstantiator

setHandlerInstantiator

open fun setHandlerInstantiator(handlerInstantiator: HandlerInstantiator): Unit

Customize the construction of Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).

Since
4.1.3

See Also
Jackson2ObjectMapperFactoryBean#setApplicationContext(ApplicationContext)