Package | Description |
---|---|
com.fasterxml.jackson.databind.node |
Contains concrete
JsonNode implementations
Jackson uses for the Tree model. |
Modifier and Type | Method and Description |
---|---|
ArrayNode |
ArrayNode.addRawValue(RawValue raw) |
ObjectNode |
ObjectNode.putRawValue(String fieldName,
RawValue raw) |
ValueNode |
ContainerNode.rawValueNode(RawValue value) |
ValueNode |
JsonNodeCreator.rawValueNode(RawValue value)
Factory method to use for adding "raw values"; pre-encoded values
that are included exactly as-is when node is serialized.
|
ValueNode |
JsonNodeFactory.rawValueNode(RawValue value) |
Copyright © 2008–2020 FasterXML. All rights reserved.