Uses of Class
com.fasterxml.jackson.databind.type.TypeModifier

Packages that use TypeModifier
com.fasterxml.jackson.databind 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 
com.fasterxml.jackson.databind.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, Lists and Maps). 
 

Uses of TypeModifier in com.fasterxml.jackson.databind
 

Methods in com.fasterxml.jackson.databind 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 com.fasterxml.jackson.databind.type
 

Fields in com.fasterxml.jackson.databind.type declared as TypeModifier
protected  TypeModifier[] TypeFactory._modifiers
          Registered TypeModifiers: objects that can change details of JavaType instances factory constructs.
 

Methods in com.fasterxml.jackson.databind.type with parameters of type TypeModifier
 TypeFactory TypeFactory.withModifier(TypeModifier mod)
           
 

Constructors in com.fasterxml.jackson.databind.type with parameters of type TypeModifier
TypeFactory(TypeParser p, TypeModifier[] mods)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.