Class RawValue

java.lang.Object
tools.jackson.databind.util.RawValue
All Implemented Interfaces:
JacksonSerializable

public class RawValue extends Object implements JacksonSerializable
Helper class used to encapsulate "raw values", pre-encoded textual content that can be output as opaque value with no quoting/escaping, using JsonGenerator.writeRawValue(String). It may be stored in TokenBuffer, as well as in Tree Model (JsonNode)