Uses of Enum
com.arangodb.ContentType
Packages that use ContentType
Package
Description
-
Uses of ContentType in com.arangodb
Methods in com.arangodb that return ContentTypeModifier and TypeMethodDescriptionstatic ContentType
Returns the enum constant of this type with the specified name.static ContentType[]
ContentType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContentType in com.arangodb.internal.serde
Methods in com.arangodb.internal.serde that return ContentTypeConstructors in com.arangodb.internal.serde with parameters of type ContentType -
Uses of ContentType in com.arangodb.serde
Methods in com.arangodb.serde that return ContentTypeMethods in com.arangodb.serde with parameters of type ContentTypeModifier and TypeMethodDescriptionstatic ArangoSerdeProvider
ArangoSerdeProvider.of
(ContentType contentType) -
Uses of ContentType in com.arangodb.serde.jackson
Methods in com.arangodb.serde.jackson with parameters of type ContentTypeModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapper
JacksonMapperProvider.of
(ContentType contentType) static JacksonSerde
JacksonSerde.of
(ContentType contentType) Creates a new JacksonSerde with default settings for the specified data type. -
Uses of ContentType in com.arangodb.serde.jackson.json
Methods in com.arangodb.serde.jackson.json that return ContentType -
Uses of ContentType in com.arangodb.serde.jackson.vpack
Methods in com.arangodb.serde.jackson.vpack that return ContentType -
Uses of ContentType in com.arangodb.serde.jsonb
Methods in com.arangodb.serde.jsonb that return ContentType