Uses of Class
org.codehaus.jackson.map.type.TypeModifier
-
Packages that use TypeModifier 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
org.codehaus.jackson.map.type -
-
Uses of TypeModifier in org.codehaus.jackson.map
Methods in org.codehaus.jackson.map with parameters of type TypeModifier Modifier and Type Method Description void
Module.SetupContext. addTypeModifier(TypeModifier modifier)
Method that module can use to register additionalTypeModifier
instance, which can augmentJavaType
instances constructed byTypeFactory
. -
Uses of TypeModifier in org.codehaus.jackson.map.type
Fields in org.codehaus.jackson.map.type declared as TypeModifier Modifier and Type Field Description protected TypeModifier[]
TypeFactory. _modifiers
RegisteredTypeModifier
s: objects that can change details ofJavaType
instances factory constructs.Methods in org.codehaus.jackson.map.type with parameters of type TypeModifier Modifier and Type Method Description TypeFactory
TypeFactory. withModifier(TypeModifier mod)
Constructors in org.codehaus.jackson.map.type with parameters of type TypeModifier Constructor Description TypeFactory(TypeParser p, TypeModifier[] mods)
-