Summary:
Detail:
static final MediaType
ANY
HTML
JSON
JSON_LD
N_QUADS
XHTML
protected
MediaType(String type, String subtype)
MediaType(String type, String subtype, MediaTypeParameters parameters)
boolean
match(MediaType mediaType)
static MediaType
of(String value)
of(String type, String subtype)
of(String type, String subtype, Map<String,List<String>> parameters)
MediaTypeParameters
parameters()
String
subtype()
toString()
type()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object