public static class MarshallCompat.NullableJsonNodeDeserializer
extends com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer
Modifier and Type | Field and Description |
---|---|
protected Boolean |
_supportsUpdates |
Constructor and Description |
---|
NullableJsonNodeDeserializer() |
Modifier and Type | Method and Description |
---|---|
protected com.fasterxml.jackson.databind.JsonNode |
_fromEmbedded(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1,
com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) |
protected com.fasterxml.jackson.databind.JsonNode |
_fromFloat(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1,
com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) |
protected com.fasterxml.jackson.databind.JsonNode |
_fromInt(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1,
com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) |
protected void |
_handleDuplicateField(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1,
com.fasterxml.jackson.databind.node.JsonNodeFactory arg2,
String arg3,
com.fasterxml.jackson.databind.node.ObjectNode arg4,
com.fasterxml.jackson.databind.JsonNode arg5,
com.fasterxml.jackson.databind.JsonNode arg6) |
protected com.fasterxml.jackson.databind.JsonNode |
deserializeAny(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1,
com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) |
protected com.fasterxml.jackson.databind.node.ArrayNode |
deserializeArray(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1,
com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
deserializeObject(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1,
com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
deserializeObjectAtName(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1,
com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) |
com.fasterxml.jackson.databind.JsonNode |
getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected com.fasterxml.jackson.databind.JsonNode |
updateArray(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1,
com.fasterxml.jackson.databind.node.ArrayNode arg2) |
protected com.fasterxml.jackson.databind.JsonNode |
updateObject(com.fasterxml.jackson.core.JsonParser arg0,
com.fasterxml.jackson.databind.DeserializationContext arg1,
com.fasterxml.jackson.databind.node.ObjectNode arg2) |
deserialize, getDeserializer
_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, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getObjectIdReader, replaceDelegatee, unwrappingDeserializer
protected final Boolean _supportsUpdates
public com.fasterxml.jackson.databind.JsonNode getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
getNullValue
in interface com.fasterxml.jackson.databind.deser.NullValueProvider
getNullValue
in class com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer
JsonNodeDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext)
protected void _handleDuplicateField(com.fasterxml.jackson.core.JsonParser arg0, com.fasterxml.jackson.databind.DeserializationContext arg1, com.fasterxml.jackson.databind.node.JsonNodeFactory arg2, String arg3, com.fasterxml.jackson.databind.node.ObjectNode arg4, com.fasterxml.jackson.databind.JsonNode arg5, com.fasterxml.jackson.databind.JsonNode arg6) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingException
protected final com.fasterxml.jackson.databind.node.ObjectNode deserializeObject(com.fasterxml.jackson.core.JsonParser arg0, com.fasterxml.jackson.databind.DeserializationContext arg1, com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) throws IOException
IOException
protected final com.fasterxml.jackson.databind.node.ObjectNode deserializeObjectAtName(com.fasterxml.jackson.core.JsonParser arg0, com.fasterxml.jackson.databind.DeserializationContext arg1, com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) throws IOException
IOException
protected final com.fasterxml.jackson.databind.JsonNode updateObject(com.fasterxml.jackson.core.JsonParser arg0, com.fasterxml.jackson.databind.DeserializationContext arg1, com.fasterxml.jackson.databind.node.ObjectNode arg2) throws IOException
IOException
protected final com.fasterxml.jackson.databind.node.ArrayNode deserializeArray(com.fasterxml.jackson.core.JsonParser arg0, com.fasterxml.jackson.databind.DeserializationContext arg1, com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) throws IOException
IOException
protected final com.fasterxml.jackson.databind.JsonNode updateArray(com.fasterxml.jackson.core.JsonParser arg0, com.fasterxml.jackson.databind.DeserializationContext arg1, com.fasterxml.jackson.databind.node.ArrayNode arg2) throws IOException
IOException
protected final com.fasterxml.jackson.databind.JsonNode deserializeAny(com.fasterxml.jackson.core.JsonParser arg0, com.fasterxml.jackson.databind.DeserializationContext arg1, com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) throws IOException
IOException
protected final com.fasterxml.jackson.databind.JsonNode _fromInt(com.fasterxml.jackson.core.JsonParser arg0, com.fasterxml.jackson.databind.DeserializationContext arg1, com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) throws IOException
IOException
protected final com.fasterxml.jackson.databind.JsonNode _fromFloat(com.fasterxml.jackson.core.JsonParser arg0, com.fasterxml.jackson.databind.DeserializationContext arg1, com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) throws IOException
IOException
protected final com.fasterxml.jackson.databind.JsonNode _fromEmbedded(com.fasterxml.jackson.core.JsonParser arg0, com.fasterxml.jackson.databind.DeserializationContext arg1, com.fasterxml.jackson.databind.node.JsonNodeFactory arg2) throws IOException
IOException
Copyright © 2020 Red Hat. All rights reserved.