Class TokenStreamLocationAwarePOJONode
java.lang.Object
tools.jackson.databind.JacksonSerializable.Base
tools.jackson.databind.JsonNode
tools.jackson.databind.node.BaseJsonNode
tools.jackson.databind.node.ValueNode
tools.jackson.databind.node.POJONode
com.networknt.schema.serialization.node.TokenStreamLocationAwarePOJONode
- All Implemented Interfaces:
TokenStreamLocationAware,Serializable,Iterable<tools.jackson.databind.JsonNode>,tools.jackson.core.TreeNode,tools.jackson.databind.JacksonSerializable
public class TokenStreamLocationAwarePOJONode
extends tools.jackson.databind.node.POJONode
implements TokenStreamLocationAware
POJONode 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.POJONode
_valueFields inherited from class tools.jackson.databind.node.ValueNode
BD_MAX_INTEGER, BD_MAX_LONG, BD_MAX_SHORT, BD_MIN_INTEGER, BD_MIN_LONG, BD_MIN_SHORT, BI_MAX_INTEGER, BI_MAX_LONG, BI_MAX_SHORT, BI_MIN_INTEGER, BI_MIN_LONG, BI_MIN_SHORT, MISSINGFields inherited from class tools.jackson.databind.node.BaseJsonNode
OPT_FALSE, OPT_TRUE -
Constructor Summary
ConstructorsConstructorDescriptionTokenStreamLocationAwarePOJONode(Object v, tools.jackson.core.TokenStreamLocation tokenStreamLocation) -
Method Summary
Modifier and TypeMethodDescriptiontools.jackson.core.TokenStreamLocationGets the token location.Methods inherited from class tools.jackson.databind.node.POJONode
_asBoolean, _asString, _extractAsBigDecimal, _extractAsBigInteger, _extractAsDouble, _extractAsFloat, _extractAsLong, _pojoEquals, _valueDesc, asBigInteger, asBigInteger, asBigIntegerOpt, asBoolean, asBooleanOpt, asDecimal, asDecimal, asDecimalOpt, asDouble, asDouble, asDoubleOpt, asFloat, asFloat, asFloatOpt, asInt, asInt, asIntOpt, asLong, asLong, asLongOpt, asShort, asShort, asShortOpt, asString, asStringOpt, asToken, binaryValue, equals, getNodeType, getPojo, hashCode, isEmbeddedValue, serializeMethods inherited from class tools.jackson.databind.node.ValueNode
_at, deepCopy, findParent, findParents, findValue, findValues, findValuesAsString, get, get, has, has, hasNonNull, hasNonNull, isEmpty, path, path, serializeWithTypeMethods inherited from class tools.jackson.databind.node.BaseJsonNode
_jsonPointerIfValid, _reportBigDecimalConversionNaNFail, _reportBigIntegerConversionFractionFail, _reportBigIntegerConversionNaNFail, _reportCoercionFail, _reportCoercionFail, _reportConversionFail, _reportDoubleConversionRangeFail, _reportFloatConversionRangeFail, _reportIntConversionFractionFail, _reportIntConversionNaNFail, _reportIntConversionRangeFail, _reportLongConversionFractionFail, _reportLongConversionNaNFail, _reportLongConversionRangeFail, _reportShortConversionFractionFail, _reportShortConversionRangeFail, _reportWrongNodeType, _withArray, _withObject, _withXxxMayReplace, _withXxxVerifyReplace, asArray, asArrayOpt, asBoolean, asObject, asObjectOpt, asString, bigIntegerValue, bigIntegerValue, bigIntegerValueOpt, booleanValue, booleanValue, booleanValueOpt, decimalValue, decimalValue, decimalValueOpt, doubleValue, doubleValue, doubleValueOpt, findPath, floatValue, floatValue, floatValueOpt, intValue, intValue, intValueOpt, isMissingNode, longValue, longValue, longValueOpt, numberType, numberValue, required, 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, equals, findParents, findValues, findValuesAsString, forEachEntry, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainer, isDouble, isFloat, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isNull, isNumber, isObject, isPojo, isShort, isString, isTextual, isValueNode, iterator, map, missingAs, missingAs, nullAs, nullAs, optional, optional, properties, propertyNames, propertyStream, require, requiredAt, requiredAt, requireNonNull, size, spliterator, textValue, values, valueStream, withArray, withArray, withArray, withArrayProperty, withObject, withObject, withObject, withObjectPropertyMethods inherited from class tools.jackson.databind.JacksonSerializable.Base
isEmpty
-
Constructor Details
-
TokenStreamLocationAwarePOJONode
public TokenStreamLocationAwarePOJONode(Object v, 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
-