Class JsonLocationAwareBinaryNode

    • 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

      • Fields inherited from class com.fasterxml.jackson.databind.node.BinaryNode

        _data
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonLocationAwareBinaryNode​(byte[] data, int offset, int length, com.fasterxml.jackson.core.JsonLocation tokenLocation)  
      JsonLocationAwareBinaryNode​(byte[] data, com.fasterxml.jackson.core.JsonLocation tokenLocation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.core.JsonLocation tokenLocation()
      Gets the token location.
      • Methods inherited from class com.fasterxml.jackson.databind.node.BinaryNode

        asText, asToken, binaryValue, equals, getNodeType, hashCode, serialize, valueOf, valueOf
      • 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, numberType, required, required, toPrettyString, toString, traverse, traverse, withArray, withObject
      • Methods inherited from class com.fasterxml.jackson.databind.JsonNode

        _reportRequiredViolation, _this, asBoolean, asBoolean, asDouble, asDouble, asInt, asInt, asLong, asLong, asText, at, at, bigIntegerValue, booleanValue, canConvertToExactIntegral, canConvertToInt, canConvertToLong, decimalValue, doubleValue, elements, equals, fieldNames, fields, findParents, findValues, findValuesAsText, floatValue, intValue, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloat, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isMissingNode, isNull, isNumber, isObject, isPojo, isShort, isTextual, isValueNode, iterator, longValue, numberValue, properties, require, requiredAt, requiredAt, requireNonNull, shortValue, size, textValue, with, withArray, withArray, withArray, withArrayProperty, withObject, withObject, withObject, withObjectProperty
      • Methods inherited from class com.fasterxml.jackson.databind.JsonSerializable.Base

        isEmpty
    • Constructor Detail

      • JsonLocationAwareBinaryNode

        public JsonLocationAwareBinaryNode​(byte[] data,
                                           com.fasterxml.jackson.core.JsonLocation tokenLocation)
      • JsonLocationAwareBinaryNode

        public JsonLocationAwareBinaryNode​(byte[] data,
                                           int offset,
                                           int length,
                                           com.fasterxml.jackson.core.JsonLocation tokenLocation)
    • Method Detail

      • tokenLocation

        public com.fasterxml.jackson.core.JsonLocation tokenLocation()
        Description copied from interface: JsonLocationAware
        Gets the token location.
        Specified by:
        tokenLocation in interface JsonLocationAware
        Returns:
        the token location