T
- The type of a instant class that can be deserialized.public class AvroInstantDeserializer<T extends Temporal> extends AvroJavaTimeDeserializerBase<T>
Modifier and Type | Field and Description |
---|---|
protected BiFunction<Instant,ZoneId,T> |
fromInstant |
static AvroInstantDeserializer<Instant> |
INSTANT |
static AvroInstantDeserializer<OffsetDateTime> |
OFFSET_DATE_TIME |
static AvroInstantDeserializer<ZonedDateTime> |
ZONED_DATE_TIME |
Modifier | Constructor and Description |
---|---|
protected |
AvroInstantDeserializer(Class<T> supportedType,
BiFunction<Instant,ZoneId,T> fromInstant) |
Modifier and Type | Method and Description |
---|---|
protected T |
fromLong(long longValue,
ZoneId defaultZoneId) |
deserialize, logicalType
deserialize, deserializeWithType, getEmptyAccessPattern, getNullAccessPattern, supportsUpdate
_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _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
public static final AvroInstantDeserializer<Instant> INSTANT
public static final AvroInstantDeserializer<OffsetDateTime> OFFSET_DATE_TIME
public static final AvroInstantDeserializer<ZonedDateTime> ZONED_DATE_TIME
protected final BiFunction<Instant,ZoneId,T extends Temporal> fromInstant
Copyright © 2022 FasterXML. All rights reserved.