Class JsonNullableDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<T>
-
- com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
-
- com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<JsonNullable<Object>>
-
- org.openapitools.jackson.nullable.JsonNullableDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.ContextualDeserializer,com.fasterxml.jackson.databind.deser.NullValueProvider,com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable,Serializable
public class JsonNullableDeserializer extends com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<JsonNullable<Object>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonNullableDeserializer(com.fasterxml.jackson.databind.JavaType fullType, com.fasterxml.jackson.databind.deser.ValueInstantiator inst, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonNullable<Object>deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)ObjectgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)JsonNullable<Object>getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)ObjectgetReferenced(JsonNullable<Object> reference)JsonNullable<Object>referenceValue(Object contents)BooleansupportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config)JsonNullable<Object>updateReference(JsonNullable<Object> reference, Object contents)JsonNullableDeserializerwithResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser)-
Methods inherited from class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer
createContextual, deserialize, deserializeWithType, getEmptyAccessPattern, getNullAccessPattern, getValueInstantiator, getValueType, logicalType
-
Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
_byteOverflow, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkTextualNull, _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, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _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
-
-
-
-
Constructor Detail
-
JsonNullableDeserializer
public JsonNullableDeserializer(com.fasterxml.jackson.databind.JavaType fullType, com.fasterxml.jackson.databind.deser.ValueInstantiator inst, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
-
-
Method Detail
-
deserialize
public JsonNullable<Object> deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
- Overrides:
deserializein classcom.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<JsonNullable<Object>>- Throws:
IOException
-
withResolved
public JsonNullableDeserializer withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser)
- Specified by:
withResolvedin classcom.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<JsonNullable<Object>>
-
getNullValue
public JsonNullable<Object> getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
- Specified by:
getNullValuein interfacecom.fasterxml.jackson.databind.deser.NullValueProvider- Specified by:
getNullValuein classcom.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<JsonNullable<Object>>
-
getEmptyValue
public Object getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
- Overrides:
getEmptyValuein classcom.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<JsonNullable<Object>>
-
referenceValue
public JsonNullable<Object> referenceValue(Object contents)
- Specified by:
referenceValuein classcom.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<JsonNullable<Object>>
-
getReferenced
public Object getReferenced(JsonNullable<Object> reference)
- Specified by:
getReferencedin classcom.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<JsonNullable<Object>>
-
updateReference
public JsonNullable<Object> updateReference(JsonNullable<Object> reference, Object contents)
- Specified by:
updateReferencein classcom.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<JsonNullable<Object>>
-
supportsUpdate
public Boolean supportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config)
- Overrides:
supportsUpdatein classcom.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<JsonNullable<Object>>
-
-