Uses of Class
consulting.pigott.wordpress.model.MediaType
-
Packages that use MediaType Package Description consulting.pigott.wordpress.model -
-
Uses of MediaType in consulting.pigott.wordpress.model
Methods in consulting.pigott.wordpress.model that return MediaType Modifier and Type Method Description MediaTypeMediaTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)static MediaTypeMediaType. fromString(java.lang.String displayVal)static MediaTypeMediaType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MediaType[]MediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-