Class RawValue

  • All Implemented Interfaces:
    JsonSerializable

    public class RawValue
    extends Object
    implements JsonSerializable
    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)
    Since:
    2.6