Class JsonLocationAwareFloatNode
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.FloatNode
com.networknt.schema.serialization.node.JsonLocationAwareFloatNode
- All Implemented Interfaces:
com.fasterxml.jackson.core.TreeNode
,com.fasterxml.jackson.databind.JsonSerializable
,JsonLocationAware
,Serializable
,Iterable<com.fasterxml.jackson.databind.JsonNode>
public class JsonLocationAwareFloatNode
extends com.fasterxml.jackson.databind.node.FloatNode
implements JsonLocationAware
FloatNode
that is JsonLocationAware
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonNode
com.fasterxml.jackson.databind.JsonNode.OverwriteMode
Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.JsonSerializable
com.fasterxml.jackson.databind.JsonSerializable.Base
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
private final com.fasterxml.jackson.core.JsonLocation
Fields inherited from class com.fasterxml.jackson.databind.node.FloatNode
_value
-
Constructor Summary
ConstructorsConstructorDescriptionJsonLocationAwareFloatNode
(float v, com.fasterxml.jackson.core.JsonLocation tokenLocation) -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.core.JsonLocation
Gets the token location.Methods inherited from class com.fasterxml.jackson.databind.node.FloatNode
asText, asToken, bigIntegerValue, canConvertToExactIntegral, canConvertToInt, canConvertToLong, decimalValue, doubleValue, equals, floatValue, hashCode, intValue, isFloat, isFloatingPointNumber, isNaN, longValue, numberType, numberValue, serialize, shortValue, valueOf
Methods inherited from class com.fasterxml.jackson.databind.node.NumericNode
asDouble, asDouble, asInt, asInt, asLong, asLong, getNodeType
Methods 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, serializeWithType
Methods 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, withObject
Methods inherited from class com.fasterxml.jackson.databind.JsonNode
_reportRequiredViolation, _this, asBoolean, asBoolean, asText, at, at, binaryValue, booleanValue, elements, equals, fieldNames, fields, findParents, findValues, findValuesAsText, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isInt, isIntegralNumber, 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, withObjectProperty
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializable.Base
isEmpty
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
tokenLocation
private final com.fasterxml.jackson.core.JsonLocation tokenLocation
-
-
Constructor Details
-
JsonLocationAwareFloatNode
public JsonLocationAwareFloatNode(float v, com.fasterxml.jackson.core.JsonLocation tokenLocation)
-
-
Method Details
-
tokenLocation
public com.fasterxml.jackson.core.JsonLocation tokenLocation()Description copied from interface:JsonLocationAware
Gets the token location.- Specified by:
tokenLocation
in interfaceJsonLocationAware
- Returns:
- the token location
-