Package com.arangodb.util
Interface RawData<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
static RawBytes
of(byte[] value)
static RawJson
of(String value)
-
Modifier and Type | Method | Description |
---|---|---|
T |
get() |
|
static RawBytes |
of(byte[] value) |
|
static RawJson |
of(String value) |