public abstract class JSR310DateTimeDeserializerBase<T> extends StdScalarDeserializer<T> implements ContextualDeserializer
JsonDeserializer.None
Modifier and Type | Field and Description |
---|---|
protected DateTimeFormatter |
_formatter |
_valueClass, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
Modifier | Constructor and Description |
---|---|
protected |
JSR310DateTimeDeserializerBase(Class<T> supportedType,
DateTimeFormatter f) |
Modifier and Type | Method and Description |
---|---|
protected <R> R |
_handleDateTimeException(DeserializationContext context,
DateTimeException e0,
String value) |
protected <R> R |
_handleUnexpectedToken(DeserializationContext context,
JsonParser parser,
JsonToken... expTypes) |
protected <R> R |
_handleUnexpectedToken(DeserializationContext context,
JsonParser parser,
String message,
Object... args) |
protected DateTimeException |
_peelDTE(DateTimeException e)
Helper method used to peel off spurious wrappings of DateTimeException
|
protected <BOGUS> BOGUS |
_reportWrongToken(DeserializationContext context,
JsonToken exp,
String unit) |
protected <BOGUS> BOGUS |
_reportWrongToken(JsonParser parser,
DeserializationContext context,
JsonToken... expTypes) |
protected void |
_throwNoNumericTimestampNeedTimeZone(JsonParser p,
DeserializationContext ctxt) |
JsonDeserializer<?> |
createContextual(DeserializationContext ctxt,
BeanProperty property)
Method called to see if a different (or differently configured) deserializer
is needed to deserialize values of specified property.
|
Object |
deserializeWithType(JsonParser parser,
DeserializationContext context,
TypeDeserializer typeDeserializer)
Base implementation that does not assume specific type
inclusion mechanism.
|
protected abstract JsonDeserializer<T> |
withDateFormat(DateTimeFormatter dtf) |
deserialize, getEmptyAccessPattern, getNullAccessPattern, supportsUpdate
_byteOverflow, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeWrappedValue, _failDoubleToIntCoercion, _findNullProvider, _hasTextualNull, _intOverflow, _isEmptyOrTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _neitherNull, _nonNullNumber, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseIntPrimitive, _parseIntPrimitive, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
deserialize, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
protected final DateTimeFormatter _formatter
protected JSR310DateTimeDeserializerBase(Class<T> supportedType, DateTimeFormatter f)
protected abstract JsonDeserializer<T> withDateFormat(DateTimeFormatter dtf)
public JsonDeserializer<?> createContextual(DeserializationContext ctxt, BeanProperty property) throws JsonMappingException
ContextualDeserializer
createContextual
in interface ContextualDeserializer
ctxt
- Deserialization context to access configuration, additional
deserializers that may be needed by this deserializerproperty
- Method, field or constructor parameter that represents the property
(and is used to assign deserialized value).
Should be available; but there may be cases where caller cannot provide it and
null is passed instead (in which case impls usually pass 'this' deserializer as is)JsonMappingException
protected void _throwNoNumericTimestampNeedTimeZone(JsonParser p, DeserializationContext ctxt) throws IOException
IOException
public Object deserializeWithType(JsonParser parser, DeserializationContext context, TypeDeserializer typeDeserializer) throws IOException
StdDeserializer
deserializeWithType
in class StdScalarDeserializer<T>
typeDeserializer
- Deserializer to use for handling type informationIOException
protected <BOGUS> BOGUS _reportWrongToken(DeserializationContext context, JsonToken exp, String unit) throws IOException
IOException
protected <BOGUS> BOGUS _reportWrongToken(JsonParser parser, DeserializationContext context, JsonToken... expTypes) throws IOException
IOException
protected <R> R _handleDateTimeException(DeserializationContext context, DateTimeException e0, String value) throws JsonMappingException
JsonMappingException
protected <R> R _handleUnexpectedToken(DeserializationContext context, JsonParser parser, String message, Object... args) throws JsonMappingException
JsonMappingException
protected <R> R _handleUnexpectedToken(DeserializationContext context, JsonParser parser, JsonToken... expTypes) throws JsonMappingException
JsonMappingException
protected DateTimeException _peelDTE(DateTimeException e)
e
- DateTimeException to peelCopyright © 2019 JBoss by Red Hat. All rights reserved.