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 ContentTypeReturns 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.serde
Methods in com.arangodb.serde that return ContentTypeMethods in com.arangodb.serde with parameters of type ContentTypeModifier and TypeMethodDescriptionstatic ArangoSerdeProviderArangoSerdeProvider.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.ObjectMapperJacksonMapperProvider.of(ContentType contentType) static JacksonSerdeJacksonSerde.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