Class RFC3339InstantDeserializer<T extends Temporal>
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<T>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<T>
com.fasterxml.jackson.datatype.jsr310.deser.JSR310DateTimeDeserializerBase<T>
com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer<T>
org.apache.syncope.ext.openfga.client.RFC3339InstantDeserializer<T>
- All Implemented Interfaces:
ContextualDeserializer
,NullValueProvider
,ValueInstantiator.Gettable
,Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-05-23T10:54:36.202708269+02:00[Europe/Rome]",
comments="Generator version: 7.13.0")
public class RFC3339InstantDeserializer<T extends Temporal>
extends com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer<T>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer
com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer.FromDecimalArguments, com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer.FromIntegerArguments
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
JsonDeserializer.None
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final boolean
static final RFC3339InstantDeserializer
<Instant> static final RFC3339InstantDeserializer
<OffsetDateTime> static final RFC3339InstantDeserializer
<ZonedDateTime> Fields inherited from class com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer
_adjustToContextTZOverride, _alwaysAllowStringifiedDateTimestamps, _normalizeZoneId, _readTimestampsAsNanosOverride, adjust, fromMilliseconds, fromNanoseconds, ISO8601_COLONLESS_OFFSET_REGEX, parsedToValue, replaceZeroOffsetAsZ
Fields inherited from class com.fasterxml.jackson.datatype.jsr310.deser.JSR310DateTimeDeserializerBase
_formatter, _shape
Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RFC3339InstantDeserializer
(Class<T> supportedType, DateTimeFormatter formatter, Function<TemporalAccessor, T> parsedToValue, Function<com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer.FromIntegerArguments, T> fromMilliseconds, Function<com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer.FromDecimalArguments, T> fromNanoseconds, BiFunction<T, ZoneId, T> adjust, boolean replaceZeroOffsetAsZ, boolean normalizeZoneId, boolean readNumericStringsAsTimestamp) -
Method Summary
Modifier and TypeMethodDescriptionprotected T
_failForNotLenient
(JsonParser arg0, DeserializationContext arg1, JsonToken arg2) protected T
_fromEmptyString
(JsonParser arg0, DeserializationContext arg1, String arg2) protected T
_fromString
(JsonParser p, DeserializationContext ctxt, String string0) protected <R> R
_handleDateTimeException
(DeserializationContext arg0, DateTimeException arg1, String arg2) protected <R> R
_handleUnexpectedToken
(DeserializationContext arg0, JsonParser arg1, JsonToken... arg2) protected <R> R
_handleUnexpectedToken
(DeserializationContext arg0, JsonParser arg1, String arg2, Object... arg3) protected boolean
protected DateTimeException
_peelDTE
(DateTimeException arg0) protected <BOGUS> BOGUS
_reportWrongToken
(JsonParser arg0, DeserializationContext arg1, JsonToken... arg2) protected <BOGUS> BOGUS
_reportWrongToken
(DeserializationContext arg0, JsonToken arg1, String arg2) deserializeWithType
(JsonParser arg0, DeserializationContext arg1, TypeDeserializer arg2) protected boolean
Methods inherited from class com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer
_countPeriods, _fromDecimal, _fromLong, _withFormatOverrides, deserialize, shouldAdjustToContextTimezone, shouldReadTimestampsAsNanoseconds, withDateFormat, withFeatures, withLeniency
Methods inherited from class com.fasterxml.jackson.datatype.jsr310.deser.JSR310DateTimeDeserializerBase
_throwNoNumericTimestampNeedTimeZone, createContextual, withShape
Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer
deserialize, getEmptyAccessPattern, getNullAccessPattern, supportsUpdate
Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
-
Field Details
-
INSTANT
-
OFFSET_DATE_TIME
-
ZONED_DATE_TIME
-
_isLenient
protected final boolean _isLenient
-
-
Constructor Details
-
RFC3339InstantDeserializer
protected RFC3339InstantDeserializer(Class<T> supportedType, DateTimeFormatter formatter, Function<TemporalAccessor, T> parsedToValue, Function<com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer.FromIntegerArguments, T> fromMilliseconds, Function<com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer.FromDecimalArguments, T> fromNanoseconds, BiFunction<T, ZoneId, T> adjust, boolean replaceZeroOffsetAsZ, boolean normalizeZoneId, boolean readNumericStringsAsTimestamp)
-
-
Method Details
-
_fromString
protected T _fromString(JsonParser p, DeserializationContext ctxt, String string0) throws IOException - Overrides:
_fromString
in classcom.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer<T extends Temporal>
- Throws:
IOException
-
isLenient
protected boolean isLenient() -
_fromEmptyString
protected T _fromEmptyString(JsonParser arg0, DeserializationContext arg1, String arg2) throws IOException - Throws:
IOException
-
logicalType
- Overrides:
logicalType
in classStdScalarDeserializer<T>
-
deserializeWithType
public Object deserializeWithType(JsonParser arg0, DeserializationContext arg1, TypeDeserializer arg2) throws IOException - Overrides:
deserializeWithType
in classStdScalarDeserializer<T>
- Throws:
IOException
-
_isValidTimestampString
-
_reportWrongToken
protected <BOGUS> BOGUS _reportWrongToken(DeserializationContext arg0, JsonToken arg1, String arg2) throws IOException - Throws:
IOException
-
_reportWrongToken
protected <BOGUS> BOGUS _reportWrongToken(JsonParser arg0, DeserializationContext arg1, JsonToken... arg2) throws IOException - Throws:
IOException
-
_handleDateTimeException
protected <R> R _handleDateTimeException(DeserializationContext arg0, DateTimeException arg1, String arg2) throws JsonMappingException - Throws:
JsonMappingException
-
_handleUnexpectedToken
protected <R> R _handleUnexpectedToken(DeserializationContext arg0, JsonParser arg1, String arg2, Object... arg3) throws JsonMappingException - Throws:
JsonMappingException
-
_handleUnexpectedToken
protected <R> R _handleUnexpectedToken(DeserializationContext arg0, JsonParser arg1, JsonToken... arg2) throws JsonMappingException - Throws:
JsonMappingException
-
_failForNotLenient
protected T _failForNotLenient(JsonParser arg0, DeserializationContext arg1, JsonToken arg2) throws IOException - Throws:
IOException
-
_peelDTE
-