Uses of Class
com.arangodb.ContentType
-
Packages that use ContentType Package Description com.arangodb com.arangodb.serde com.arangodb.serde.jackson com.arangodb.serde.jackson.json -
-
Uses of ContentType in com.arangodb
Methods in com.arangodb that return ContentType Modifier and Type Method Description static ContentTypeContentType. valueOf(String name)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.serde
Methods in com.arangodb.serde that return ContentType Modifier and Type Method Description ContentTypeArangoSerdeProvider. getContentType()Methods in com.arangodb.serde with parameters of type ContentType Modifier and Type Method Description static ArangoSerdeProviderArangoSerdeProvider. of(ContentType contentType) -
Uses of ContentType in com.arangodb.serde.jackson
Methods in com.arangodb.serde.jackson with parameters of type ContentType Modifier and Type Method Description static 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 Modifier and Type Method Description ContentTypeJacksonJsonSerdeProvider. getContentType()
-