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.OverwriteModeNested 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
_childrenFields inherited from class tools.jackson.databind.node.ContainerNode
_nodeFactoryFields inherited from class tools.jackson.databind.node.BaseJsonNode
OPT_FALSE, OPT_TRUE -
Constructor Summary
ConstructorsConstructorDescriptionTokenStreamLocationAwareObjectNode(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 TypeMethodDescriptiontools.jackson.core.TokenStreamLocationGets 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, withoutMethods 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, stringNodeMethods 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, withObjectMethods 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, withObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface tools.jackson.databind.node.JsonNodeCreator
textNodeMethods inherited from interface tools.jackson.core.TreeNode
at, at, isArray, isContainer, isEmbeddedValue, isMissingNode, isNull, isValueNode, numberType, traverse
-
Constructor Details
-
TokenStreamLocationAwareObjectNode
-
TokenStreamLocationAwareObjectNode
public TokenStreamLocationAwareObjectNode(tools.jackson.databind.node.JsonNodeFactory nc, tools.jackson.core.TokenStreamLocation tokenStreamLocation)
-
-
Method Details
-
tokenStreamLocation
public tools.jackson.core.TokenStreamLocation tokenStreamLocation()Description copied from interface:TokenStreamLocationAwareGets the token location.- Specified by:
tokenStreamLocationin interfaceTokenStreamLocationAware- Returns:
- the token location
-