Uses of Interface
com.arangodb.RequestContext
-
Packages that use RequestContext Package Description com.arangodb com.arangodb.serde -
-
Uses of RequestContext in com.arangodb
Fields in com.arangodb declared as RequestContext Modifier and Type Field Description static RequestContext
RequestContext. EMPTY
-
Uses of RequestContext in com.arangodb.serde
Methods in com.arangodb.serde with parameters of type RequestContext Modifier and Type Method Description default <T> T
ArangoSerde. deserialize(byte[] content, Class<T> clazz, RequestContext ctx)
Deserializes the content and binds it to the target data type.
-