Package | Description |
---|---|
com.fasterxml.jackson.databind.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
com.fasterxml.jackson.databind.ser.std |
Modifier and Type | Field and Description |
---|---|
protected Converter<Object,T> |
StdDelegatingDeserializer._converter |
Modifier and Type | Method and Description |
---|---|
protected StdDelegatingDeserializer<T> |
StdDelegatingDeserializer.withDelegate(Converter<Object,T> converter,
JavaType delegateType,
JsonDeserializer<?> delegateDeserializer)
Method used for creating resolved contextual instances.
|
Constructor and Description |
---|
StdDelegatingDeserializer(Converter<?,T> converter) |
StdDelegatingDeserializer(Converter<Object,T> converter,
JavaType delegateType,
JsonDeserializer<?> delegateDeserializer) |
Modifier and Type | Field and Description |
---|---|
protected Converter<Object,?> |
StdDelegatingSerializer._converter |
Modifier and Type | Method and Description |
---|---|
protected Converter<Object,?> |
StdDelegatingSerializer.getConverter() |
Modifier and Type | Method and Description |
---|---|
protected StdDelegatingSerializer |
StdDelegatingSerializer.withDelegate(Converter<Object,?> converter,
JavaType delegateType,
JsonSerializer<?> delegateSerializer)
Method used for creating resolved contextual instances.
|
Constructor and Description |
---|
StdDelegatingSerializer(Class<T> cls,
Converter<T,?> converter) |
StdDelegatingSerializer(Converter<?,?> converter) |
StdDelegatingSerializer(Converter<Object,?> converter,
JavaType delegateType,
JsonSerializer<?> delegateSerializer) |
Copyright © 2012-2013 FasterXML. All Rights Reserved.