Uses of Interface
com.arangodb.RequestContext
Packages that use RequestContext
-
Uses of RequestContext in com.arangodb
Fields in com.arangodb declared as RequestContext -
Uses of RequestContext in com.arangodb.serde
Methods in com.arangodb.serde with parameters of type RequestContextModifier and TypeMethodDescriptiondefault <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 RequestContextModifier and TypeMethodDescriptionstatic RequestContext
JacksonSerde.getRequestContext
(com.fasterxml.jackson.databind.DeserializationContext ctx) Extracts theRequestContext
from the currentDeserializationContext
.