public abstract class JSR310DateTimeDeserializerBase<T> extends StdScalarDeserializer<T> implements ContextualDeserializer
JsonDeserializer.None
Modifier and Type | Field and Description |
---|---|
protected DateTimeFormatter |
_formatter |
FEATURES_ACCEPT_ARRAYS
_valueClass, F_MASK_INT_COERCIONS
Modifier | Constructor and Description |
---|---|
protected |
JSR310DateTimeDeserializerBase(Class<T> supportedType,
DateTimeFormatter f) |
Modifier and Type | Method and Description |
---|---|
protected DateTimeException |
_peelDTE(DateTimeException e)
Helper method used to peel off spurious wrappings of DateTimeException
|
protected <BOGUS> BOGUS |
_reportWrongToken(JsonParser parser,
DeserializationContext context,
JsonToken... expTypes) |
protected <BOGUS> BOGUS |
_reportWrongToken(JsonParser parser,
DeserializationContext context,
JsonToken exp,
String unit) |
protected <BOGUS> BOGUS |
_rethrowDateTimeException(JsonParser p,
DeserializationContext context,
DateTimeException e0,
String value) |
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) |
_deserializeFromArray
_coerceIntegral, _deserializeFromEmpty, _failDoubleToIntCoercion, _hasTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromInt, _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, parseDouble
deserialize, 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 can not provide it and
null is passed instead (in which case impls usually pass 'this' deserializer as is)JsonMappingException
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(JsonParser parser, DeserializationContext context, JsonToken exp, String unit) throws IOException
IOException
protected <BOGUS> BOGUS _reportWrongToken(JsonParser parser, DeserializationContext context, JsonToken... expTypes) throws IOException
IOException
protected <BOGUS> BOGUS _rethrowDateTimeException(JsonParser p, DeserializationContext context, DateTimeException e0, String value) throws JsonMappingException
JsonMappingException
protected DateTimeException _peelDTE(DateTimeException e)
e
- DateTimeException to peelCopyright © 2017 JBoss by Red Hat. All rights reserved.