Uses of Interface
com.fasterxml.jackson.databind.util.Converter

Packages that use Converter
com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. 
com.fasterxml.jackson.databind.ser.std   
 

Uses of Converter in com.fasterxml.jackson.databind.deser.std
 

Fields in com.fasterxml.jackson.databind.deser.std declared as Converter
protected  Converter<Object,T> StdDelegatingDeserializer._converter
           
 

Methods in com.fasterxml.jackson.databind.deser.std with parameters of type Converter
protected  StdDelegatingDeserializer<T> StdDelegatingDeserializer.withDelegate(Converter<Object,T> converter, JavaType delegateType, JsonDeserializer<?> delegateDeserializer)
          Method used for creating resolved contextual instances.
 

Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type Converter
StdDelegatingDeserializer(Converter<?,T> converter)
           
StdDelegatingDeserializer(Converter<Object,T> converter, JavaType delegateType, JsonDeserializer<?> delegateDeserializer)
           
 

Uses of Converter in com.fasterxml.jackson.databind.ser.std
 

Fields in com.fasterxml.jackson.databind.ser.std declared as Converter
protected  Converter<Object,?> StdDelegatingSerializer._converter
           
 

Methods in com.fasterxml.jackson.databind.ser.std that return Converter
protected  Converter<Object,?> StdDelegatingSerializer.getConverter()
           
 

Methods in com.fasterxml.jackson.databind.ser.std with parameters of type Converter
protected  StdDelegatingSerializer StdDelegatingSerializer.withDelegate(Converter<Object,?> converter, JavaType delegateType, JsonSerializer<?> delegateSerializer)
          Method used for creating resolved contextual instances.
 

Constructors in com.fasterxml.jackson.databind.ser.std with parameters of type Converter
StdDelegatingSerializer(Class<T> cls, Converter<T,?> converter)
           
StdDelegatingSerializer(Converter<?,?> converter)
           
StdDelegatingSerializer(Converter<Object,?> converter, JavaType delegateType, JsonSerializer<?> delegateSerializer)
           
 



Copyright © 2012 FasterXML. All Rights Reserved.