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> TArangoSerde.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 RequestContextJacksonSerde.getRequestContext(com.fasterxml.jackson.databind.DeserializationContext ctx) Extracts theRequestContextfrom the currentDeserializationContext.