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 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.