Uses of Class
com.fasterxml.jackson.databind.util.RawValue
-
Packages that use RawValue Package Description com.fasterxml.jackson.databind.node Contains concreteJsonNodeimplementations 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 ArrayNodeArrayNode. addRawValue(RawValue raw)ObjectNodeObjectNode. putRawValue(String fieldName, RawValue raw)ValueNodeContainerNode. rawValueNode(RawValue value)ValueNodeJsonNodeCreator. rawValueNode(RawValue value)Factory method to use for adding "raw values"; pre-encoded values that are included exactly as-is when node is serialized.ValueNodeJsonNodeFactory. rawValueNode(RawValue value)
-