Uses of Enum Class
tools.jackson.databind.node.JsonNodeType
Packages that use JsonNodeType
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Contains concrete
JsonNode implementations
Jackson uses for the Tree model.-
Uses of JsonNodeType in tools.jackson.databind
Methods in tools.jackson.databind that return JsonNodeTypeModifier and TypeMethodDescriptionabstract JsonNodeTypeJsonNode.getNodeType()Return the type of this node -
Uses of JsonNodeType in tools.jackson.databind.node
Methods in tools.jackson.databind.node that return JsonNodeTypeModifier and TypeMethodDescriptionArrayNode.getNodeType()BinaryNode.getNodeType()BooleanNode.getNodeType()MissingNode.getNodeType()NullNode.getNodeType()final JsonNodeTypeNumericNode.getNodeType()ObjectNode.getNodeType()POJONode.getNodeType()StringNode.getNodeType()static JsonNodeTypeReturns the enum constant of this class with the specified name.static JsonNodeType[]JsonNodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.