Uses of Interface
com.arangodb.RequestContext
-
Packages that use RequestContext Package Description com.arangodb com.arangodb.serde com.arangodb.serde.jackson -
-
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. -
Uses of RequestContext in com.arangodb.serde.jackson
Methods in com.arangodb.serde.jackson that return RequestContext Modifier and Type Method Description static RequestContext
JacksonSerde. getRequestContext(com.fasterxml.jackson.databind.DeserializationContext ctx)
Extracts theRequestContext
from the currentDeserializationContext
.
-