クラス JacksonHandlerInstantiator

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

public class JacksonHandlerInstantiator extends HandlerInstantiator
Spring ApplicationContext に対するオートワイヤーを使用して、Jackson 3.x (ValueSerializerValueDeserializerKeyDeserializerTypeResolverBuilderTypeIdResolver) Bean を作成できます。

また、ValueInstantiatorObjectIdGeneratorObjectIdResolverPropertyNamingStrategyConverterVirtualBeanPropertyWriter の非抽象メソッドを含む、HandlerInstantiator のすべてのファクトリメソッドもオーバーライドします。

導入:
7.0
作成者:
Sebastien Deleuze
関連事項: