Class TokenStreamLocationAwareObjectNode

java.lang.Object
tools.jackson.databind.JacksonSerializable.Base
tools.jackson.databind.JsonNode
tools.jackson.databind.node.BaseJsonNode
tools.jackson.databind.node.ContainerNode<tools.jackson.databind.node.ObjectNode>
tools.jackson.databind.node.ObjectNode
com.networknt.schema.serialization.node.TokenStreamLocationAwareObjectNode
All Implemented Interfaces:
TokenStreamLocationAware, Serializable, Iterable<tools.jackson.databind.JsonNode>, tools.jackson.core.tree.ObjectTreeNode, tools.jackson.core.TreeNode, tools.jackson.databind.JacksonSerializable, tools.jackson.databind.node.JsonNodeCreator

public class TokenStreamLocationAwareObjectNode extends tools.jackson.databind.node.ObjectNode implements TokenStreamLocationAware
ObjectNode that is TokenStreamLocationAware.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.databind.JsonNode

    tools.jackson.databind.JsonNode.OverwriteMode

    Nested classes/interfaces inherited from interface tools.jackson.databind.JacksonSerializable

    tools.jackson.databind.JacksonSerializable.Base
  • Field Summary

    Fields inherited from class tools.jackson.databind.node.ObjectNode

    _children

    Fields inherited from class tools.jackson.databind.node.ContainerNode

    _nodeFactory

    Fields inherited from class tools.jackson.databind.node.BaseJsonNode

    OPT_FALSE, OPT_TRUE
  • Constructor Summary

    Constructors
    Constructor
    Description
    TokenStreamLocationAwareObjectNode(tools.jackson.databind.node.JsonNodeFactory nc, Map<String,tools.jackson.databind.JsonNode> children, tools.jackson.core.TokenStreamLocation tokenStreamLocation)
     
    TokenStreamLocationAwareObjectNode(tools.jackson.databind.node.JsonNodeFactory nc, tools.jackson.core.TokenStreamLocation tokenStreamLocation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    tools.jackson.core.TokenStreamLocation
    Gets the token location.

    Methods inherited from class tools.jackson.databind.node.ObjectNode

    _at, _childrenEqual, _contentsToSerialize, _put, _removeAt, _valueDesc, _withArray, _withArrayAddTailProperty, _withObject, _withObjectAddTailProperty, asObject, asObjectOpt, asToken, deepCopy, equals, equals, findParent, findParents, findValue, findValues, findValuesAsString, forEachEntry, get, get, getNodeType, hashCode, isEmpty, isEmpty, isObject, optional, path, path, properties, propertyNames, propertyStream, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putArray, putIfAbsent, putNull, putObject, putPOJO, putRawValue, remove, remove, removeAll, removeIf, replace, required, retain, retain, serialize, serializeFilteredContents, serializeWithType, set, setAll, setAll, size, values, valueStream, withArray, withArrayProperty, withObject, withObjectProperty, without, without

    Methods inherited from class tools.jackson.databind.node.ContainerNode

    arrayNode, arrayNode, binaryNode, binaryNode, booleanNode, isContainer, missingNode, nullNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, objectNode, pojoNode, rawValueNode, remove, removeNulls, stringNode

    Methods inherited from class tools.jackson.databind.node.BaseJsonNode

    _asBoolean, _asString, _jsonPointerIfValid, _reportBigDecimalConversionNaNFail, _reportBigIntegerConversionFractionFail, _reportBigIntegerConversionNaNFail, _reportCoercionFail, _reportCoercionFail, _reportConversionFail, _reportDoubleConversionRangeFail, _reportFloatConversionRangeFail, _reportIntConversionFractionFail, _reportIntConversionNaNFail, _reportIntConversionRangeFail, _reportLongConversionFractionFail, _reportLongConversionNaNFail, _reportLongConversionRangeFail, _reportShortConversionFractionFail, _reportShortConversionRangeFail, _reportWrongNodeType, _withXxxMayReplace, _withXxxVerifyReplace, asArray, asArrayOpt, asBigInteger, asBigInteger, asBigIntegerOpt, asBoolean, asBoolean, asBooleanOpt, asDecimal, asDecimal, asDecimalOpt, asDouble, asDouble, asDoubleOpt, asFloat, asFloat, asFloatOpt, asInt, asInt, asIntOpt, asLong, asLong, asLongOpt, asShort, asShort, asShortOpt, asString, asString, asStringOpt, bigIntegerValue, bigIntegerValue, bigIntegerValueOpt, binaryValue, booleanValue, booleanValue, booleanValueOpt, decimalValue, decimalValue, decimalValueOpt, doubleValue, doubleValue, doubleValueOpt, findPath, floatValue, floatValue, floatValueOpt, intValue, intValue, intValueOpt, isEmbeddedValue, isMissingNode, longValue, longValue, longValueOpt, numberType, numberValue, required, shortValue, shortValue, shortValueOpt, stringValue, stringValue, stringValueOpt, toPrettyString, toString, traverse, withArray, withObject

    Methods inherited from class tools.jackson.databind.JsonNode

    _reportRequiredViolation, _reportUnsupportedOperation, _this, asOptional, asText, asText, at, at, canConvertToExactIntegral, canConvertToInt, canConvertToLong, canConvertToShort, findParents, findValues, findValuesAsString, has, has, hasNonNull, hasNonNull, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isDouble, isFloat, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isNull, isNumber, isPojo, isShort, isString, isTextual, isValueNode, iterator, map, missingAs, missingAs, nullAs, nullAs, optional, require, requiredAt, requiredAt, requireNonNull, spliterator, textValue, withArray, withArray, withObject, withObject

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach

    Methods inherited from interface tools.jackson.databind.node.JsonNodeCreator

    textNode

    Methods inherited from interface tools.jackson.core.TreeNode

    at, at, isArray, isContainer, isEmbeddedValue, isMissingNode, isNull, isValueNode, numberType, traverse
  • Constructor Details

    • TokenStreamLocationAwareObjectNode

      public TokenStreamLocationAwareObjectNode(tools.jackson.databind.node.JsonNodeFactory nc, Map<String,tools.jackson.databind.JsonNode> children, tools.jackson.core.TokenStreamLocation tokenStreamLocation)
    • TokenStreamLocationAwareObjectNode

      public TokenStreamLocationAwareObjectNode(tools.jackson.databind.node.JsonNodeFactory nc, tools.jackson.core.TokenStreamLocation tokenStreamLocation)
  • Method Details