Uses of Class
com.fasterxml.jackson.databind.util.RawValue
Packages that use RawValue
-
Uses of RawValue in com.fasterxml.jackson.databind.node
Methods in com.fasterxml.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 ValueNode
ContainerNode.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)