Package com.arangodb.util
Class RawJson
- java.lang.Object
-
- com.arangodb.util.RawJson
-
- All Implemented Interfaces:
RawData
public final class RawJson extends Object implements RawData
Helper class used to encapsulate raw JSON string. It can be used: - in serialization to append a raw JSON node - in deserialization as target wrapper type for the raw JSON stringThe driver's
InternalSerde
supports serializing and deserializing to and fromRawJson
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
get()
int
hashCode()
static RawJson
of(String value)
-