Uses of Interface
com.arangodb.serde.jackson.JacksonSerde
-
Packages that use JacksonSerde Package Description com.arangodb.serde.jackson -
-
Uses of JacksonSerde in com.arangodb.serde.jackson
Methods in com.arangodb.serde.jackson that return JacksonSerde Modifier and Type Method Description JacksonSerde
JacksonSerde. configure(Consumer<com.fasterxml.jackson.databind.ObjectMapper> configureFunction)
Allows configuring the underlying Jackson ObjectMapperstatic JacksonSerde
JacksonSerde. create(com.fasterxml.jackson.databind.ObjectMapper mapper)
Creates a new JacksonSerde using the provided ObjectMapper.static JacksonSerde
JacksonSerde. of(ContentType contentType)
Creates a new JacksonSerde with default settings for the specified data type.
-