Uses of Class
org.codehaus.jackson.map.HandlerInstantiator
-
Packages that use HandlerInstantiator Package Description org.codehaus.jackson.map Contains basic mapper (conversion) functionality that allows for converting between regular streaming json content and Java objects (beans or Tree Model: support for both is viaObjectMapper
class, as well as convenience methods included inJsonParser
-
-
Uses of HandlerInstantiator in org.codehaus.jackson.map
Fields in org.codehaus.jackson.map declared as HandlerInstantiator Modifier and Type Field Description protected HandlerInstantiator
MapperConfig.Base. _handlerInstantiator
Object used for creating instances of handlers (serializers, deserializers, type and type id resolvers), given class to instantiate.Methods in org.codehaus.jackson.map that return HandlerInstantiator Modifier and Type Method Description HandlerInstantiator
MapperConfig.Base. getHandlerInstantiator()
HandlerInstantiator
MapperConfig. getHandlerInstantiator()
Methods in org.codehaus.jackson.map with parameters of type HandlerInstantiator Modifier and Type Method Description void
ObjectMapper. setHandlerInstantiator(HandlerInstantiator hi)
Method for configuringHandlerInstantiator
to use for creating instances of handlers (such as serializers, deserializers, type and type id resolvers), given a class.DeserializationConfig
DeserializationConfig. withHandlerInstantiator(HandlerInstantiator hi)
MapperConfig.Base
MapperConfig.Base. withHandlerInstantiator(HandlerInstantiator hi)
abstract T
MapperConfig. withHandlerInstantiator(HandlerInstantiator hi)
Method for constructing and returning a new instance with differentHandlerInstantiator
to use.SerializationConfig
SerializationConfig. withHandlerInstantiator(HandlerInstantiator hi)
-