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 JacksonSerdeJacksonSerde. configure(Consumer<com.fasterxml.jackson.databind.ObjectMapper> configureFunction)Allows configuring the underlying Jackson ObjectMapperstatic JacksonSerdeJacksonSerde. create(com.fasterxml.jackson.databind.ObjectMapper mapper)Creates a new JacksonSerde using the provided ObjectMapper.static JacksonSerdeJacksonSerde. of(ContentType contentType)Creates a new JacksonSerde with default settings for the specified data type.
-