public class ImmutableListDeserializer extends GuavaImmutableCollectionDeserializer<com.google.common.collect.ImmutableList<java.lang.Object>>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
_containerType, _typeDeserializerForValue, _valueDeserializer
Constructor and Description |
---|
ImmutableListDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.JsonDeserializer<?> deser) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.collect.ImmutableList.Builder<java.lang.Object> |
createBuilder() |
ImmutableListDeserializer |
withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser)
Overridable fluent factory method used for creating contextual
instances.
|
_deserializeContents, _deserializeFromSingleValue
createContextual, deserialize, deserializeWithType
_coerceIntegral, _deserializeFromEmpty, _failDoubleToIntCoercion, _hasTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromOther, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, getValueClass, getValueType, handledType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
private static final long serialVersionUID
public ImmutableListDeserializer(com.fasterxml.jackson.databind.type.CollectionType type, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
public ImmutableListDeserializer withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser)
GuavaCollectionDeserializer
withResolved
in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableList<java.lang.Object>>
protected com.google.common.collect.ImmutableList.Builder<java.lang.Object> createBuilder()
createBuilder
in class GuavaImmutableCollectionDeserializer<com.google.common.collect.ImmutableList<java.lang.Object>>