Uses of Interface
com.arangodb.RequestContext
Packages that use RequestContext
Package
Description
-
Uses of RequestContext in com.arangodb
Fields in com.arangodb declared as RequestContext -
Uses of RequestContext in com.arangodb.internal
Classes in com.arangodb.internal that implement RequestContextMethods in com.arangodb.internal that return RequestContextMethods in com.arangodb.internal with parameters of type RequestContextModifier and TypeMethodDescription<T> T
RequestContextHolder.runWithCtx
(RequestContext requestContext, Supplier<T> fun) -
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
. -
Uses of RequestContext in com.arangodb.serde.jackson.internal
Methods in com.arangodb.serde.jackson.internal with parameters of type RequestContextModifier and TypeMethodDescription<T> T
JacksonSerdeImpl.deserialize
(byte[] content, Class<T> type, RequestContext ctx)