Class ScimLongNode

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.TreeNode, com.fasterxml.jackson.databind.JsonSerializable, ScimNode, Serializable, Iterable<com.fasterxml.jackson.databind.JsonNode>

    public class ScimLongNode
    extends com.fasterxml.jackson.databind.node.LongNode
    implements ScimNode
    author Pascal Knueppel
    created at: 05.10.2019 - 20:19

    See Also:
    Serialized Form
    • Nested Class Summary

      • 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.LongNode

        _value
    • Method Summary

      • Methods inherited from class com.fasterxml.jackson.databind.node.LongNode

        asBoolean, asText, asToken, bigIntegerValue, canConvertToInt, canConvertToLong, decimalValue, doubleValue, equals, floatValue, hashCode, intValue, isIntegralNumber, isLong, longValue, numberType, numberValue, serialize, shortValue, valueOf
      • Methods inherited from class com.fasterxml.jackson.databind.node.NumericNode

        asDouble, asDouble, asInt, asInt, asLong, asLong, getNodeType, isNaN
      • 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

        findPath, required, required, toPrettyString, toString, traverse, traverse
      • Methods inherited from class com.fasterxml.jackson.databind.JsonNode

        _reportRequiredViolation, _this, asBoolean, asText, at, at, binaryValue, booleanValue, elements, equals, fieldNames, fields, findParents, findValues, findValuesAsText, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloat, isFloatingPointNumber, isInt, isMissingNode, isNull, isNumber, isObject, isPojo, isShort, isTextual, isValueNode, iterator, require, requiredAt, requiredAt, requireNonNull, size, textValue, with, withArray
      • Methods inherited from class com.fasterxml.jackson.databind.JsonSerializable.Base

        isEmpty
    • Constructor Detail

      • ScimLongNode

        public ScimLongNode​(SchemaAttribute schemaAttribute,
                            long value)