Uses of Interface
com.arangodb.serde.jackson.JacksonSerde
Packages that use JacksonSerde
-
Uses of JacksonSerde in com.arangodb.serde.jackson
Methods in com.arangodb.serde.jackson that return JacksonSerdeModifier and TypeMethodDescriptionAllows 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.