Uses of Class
tools.jackson.databind.util.RawValue
Packages that use RawValue
-
Uses of RawValue in tools.jackson.databind.node
Methods in tools.jackson.databind.node with parameters of type RawValueModifier and TypeMethodDescriptionArrayNode.addRawValue(RawValue raw) ArrayNode.insertRawValue(int index, RawValue raw) ObjectNode.putRawValue(String propertyName, RawValue raw) final ValueNodeContainerNode.rawValueNode(RawValue value) 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.JsonNodeFactory.rawValueNode(RawValue value) ArrayNode.setRawValue(int index, RawValue raw)