Uses of Class
com.fasterxml.jackson.databind.util.RawValue
-
Packages that use RawValue Package Description com.fasterxml.jackson.databind.node Contains concreteJsonNode
implementations Jackson uses for the Tree model. -
-
Uses of RawValue in com.fasterxml.jackson.databind.node
Methods in com.fasterxml.jackson.databind.node with parameters of type RawValue Modifier and Type Method Description ArrayNode
ArrayNode. addRawValue(RawValue raw)
ObjectNode
ObjectNode. putRawValue(java.lang.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)
-