|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeModifier | |
---|---|
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 via
ObjectMapper class, as well
as convenience methods included in
JsonParser |
org.codehaus.jackson.map.type | Package that contains concrete implementations of
JavaType , as
well as the factory (TypeFactory ) for
constructing instances from various input data types
(like Class , Type )
and programmatically (for structured types, arrays,
List s and Map s). |
Uses of TypeModifier in org.codehaus.jackson.map |
---|
Methods in org.codehaus.jackson.map with parameters of type TypeModifier | |
---|---|
void |
Module.SetupContext.addTypeModifier(TypeModifier modifier)
Method that module can use to register additional TypeModifier instance, which can augment JavaType
instances constructed by TypeFactory . |
Uses of TypeModifier in org.codehaus.jackson.map.type |
---|
Fields in org.codehaus.jackson.map.type declared as TypeModifier | |
---|---|
protected TypeModifier[] |
TypeFactory._modifiers
Registered TypeModifier s: objects that can change details
of JavaType instances factory constructs. |
Methods in org.codehaus.jackson.map.type with parameters of type TypeModifier | |
---|---|
TypeFactory |
TypeFactory.withModifier(TypeModifier mod)
|
Constructors in org.codehaus.jackson.map.type with parameters of type TypeModifier | |
---|---|
TypeFactory(TypeParser p,
TypeModifier[] mods)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |