public class JSR310StringParsableDeserializer
extends com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<T>
java.time types that cannot be represented
with numbers and that have parse functions that can take Strings,
and where format is not configurable.| Modifier and Type | Field and Description |
|---|---|
protected int |
_valueType |
static com.fasterxml.jackson.databind.JsonDeserializer<java.time.Period> |
PERIOD |
protected static int |
TYPE_PERIOD |
protected static int |
TYPE_ZONE_ID |
protected static int |
TYPE_ZONE_OFFSET |
static com.fasterxml.jackson.databind.JsonDeserializer<java.time.ZoneId> |
ZONE_ID |
static com.fasterxml.jackson.databind.JsonDeserializer<java.time.ZoneOffset> |
ZONE_OFFSET |
| Modifier | Constructor and Description |
|---|---|
protected |
JSR310StringParsableDeserializer(Class<?> supportedType,
int valueId) |
| Modifier and Type | Method and Description |
|---|---|
protected java.time.DateTimeException |
_peelDTE(java.time.DateTimeException e)
Helper method used to peel off spurious wrappings of DateTimeException
|
protected <BOGUS> BOGUS |
_reportWrongToken(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context,
com.fasterxml.jackson.core.JsonToken... expTypes) |
protected <BOGUS> BOGUS |
_reportWrongToken(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context,
com.fasterxml.jackson.core.JsonToken exp,
String unit) |
protected <BOGUS> BOGUS |
_rethrowDateTimeException(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context,
java.time.DateTimeException e0,
String value) |
protected static <T> com.fasterxml.jackson.databind.JsonDeserializer<T> |
createDeserializer(Class<T> type,
int typeId) |
Object |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Object |
deserializeWithType(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer deserializer) |
_coerceIntegral, _deserializeFromEmpty, _failDoubleToIntCoercion, _hasTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromOther, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, getValueClass, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDoubleprotected static final int TYPE_PERIOD
protected static final int TYPE_ZONE_ID
protected static final int TYPE_ZONE_OFFSET
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.Period> PERIOD
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.ZoneId> ZONE_ID
public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.ZoneOffset> ZONE_OFFSET
protected final int _valueType
protected JSR310StringParsableDeserializer(Class<?> supportedType, int valueId)
protected static <T> com.fasterxml.jackson.databind.JsonDeserializer<T> createDeserializer(Class<T> type, int typeId)
public Object deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Object>IOExceptionpublic Object deserializeWithType(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context, com.fasterxml.jackson.databind.jsontype.TypeDeserializer deserializer) throws IOException
IOExceptionprotected <BOGUS> BOGUS _reportWrongToken(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context,
com.fasterxml.jackson.core.JsonToken exp,
String unit)
throws IOException
IOExceptionprotected <BOGUS> BOGUS _reportWrongToken(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context,
com.fasterxml.jackson.core.JsonToken... expTypes)
throws IOException
IOExceptionprotected <BOGUS> BOGUS _rethrowDateTimeException(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context,
java.time.DateTimeException e0,
String value)
throws com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.databind.JsonMappingExceptionprotected java.time.DateTimeException _peelDTE(java.time.DateTimeException e)
e - DateTimeException to peelDateTimeException - that does not have another DateTimeException as its cause.Copyright © 2016 FasterXML. All rights reserved.