Class TokenStreamLocationAwareIntNode
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializable.Base
com.fasterxml.jackson.databind.JsonNode
com.fasterxml.jackson.databind.node.BaseJsonNode
com.fasterxml.jackson.databind.node.ValueNode
com.fasterxml.jackson.databind.node.NumericNode
com.fasterxml.jackson.databind.node.IntNode
com.networknt.schema.serialization.node.TokenStreamLocationAwareIntNode
- All Implemented Interfaces:
com.fasterxml.jackson.core.TreeNode,com.fasterxml.jackson.databind.JsonSerializable,TokenStreamLocationAware,Serializable,Iterable<com.fasterxml.jackson.databind.JsonNode>
public class TokenStreamLocationAwareIntNode
extends com.fasterxml.jackson.databind.node.IntNode
implements TokenStreamLocationAware
IntNode that is TokenStreamLocationAware.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonNode
com.fasterxml.jackson.databind.JsonNode.OverwriteModeNested classes/interfaces inherited from interface com.fasterxml.jackson.databind.JsonSerializable
com.fasterxml.jackson.databind.JsonSerializable.Base -
Field Summary
Fields inherited from class com.fasterxml.jackson.databind.node.IntNode
_value -
Constructor Summary
ConstructorsConstructorDescriptionTokenStreamLocationAwareIntNode(int v, com.fasterxml.jackson.core.JsonLocation tokenStreamLocation) -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.core.JsonLocationGets the token location.Methods inherited from class com.fasterxml.jackson.databind.node.IntNode
asBoolean, asText, asToken, bigIntegerValue, canConvertToInt, canConvertToLong, decimalValue, doubleValue, equals, floatValue, hashCode, intValue, isInt, isIntegralNumber, longValue, numberType, numberValue, serialize, shortValue, valueOfMethods inherited from class com.fasterxml.jackson.databind.node.NumericNode
asDouble, asDouble, asInt, asInt, asLong, asLong, getNodeType, isNaNMethods inherited from class com.fasterxml.jackson.databind.node.ValueNode
_at, deepCopy, findParent, findParents, findValue, findValues, findValuesAsText, get, get, has, has, hasNonNull, hasNonNull, isEmpty, path, path, serializeWithTypeMethods inherited from class com.fasterxml.jackson.databind.node.BaseJsonNode
_bigIntFromBigDec, _jsonPointerIfValid, _reportWrongNodeOperation, _reportWrongNodeType, _withArray, _withObject, _withXxxMayReplace, _withXxxVerifyReplace, findPath, required, required, toPrettyString, toString, traverse, traverse, withArray, withObjectMethods inherited from class com.fasterxml.jackson.databind.JsonNode
_reportRequiredViolation, _this, asBoolean, asText, at, at, binaryValue, booleanValue, canConvertToExactIntegral, elements, equals, fieldNames, fields, findParents, findValues, findValuesAsText, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloat, isFloatingPointNumber, isLong, isMissingNode, isNull, isNumber, isObject, isPojo, isShort, isTextual, isValueNode, iterator, properties, require, requiredAt, requiredAt, requireNonNull, size, textValue, with, withArray, withArray, withArray, withArrayProperty, withObject, withObject, withObject, withObjectPropertyMethods inherited from class com.fasterxml.jackson.databind.JsonSerializable.Base
isEmptyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TokenStreamLocationAwareIntNode
public TokenStreamLocationAwareIntNode(int v, com.fasterxml.jackson.core.JsonLocation tokenStreamLocation)
-
-
Method Details
-
tokenStreamLocation
public com.fasterxml.jackson.core.JsonLocation tokenStreamLocation()Description copied from interface:TokenStreamLocationAwareGets the token location.- Specified by:
tokenStreamLocationin interfaceTokenStreamLocationAware- Returns:
- the token location
-