@Singleton public class MediaTypeProvider extends Object implements HeaderDelegateProvider<MediaType>
Constructor and Description |
---|
MediaTypeProvider() |
Modifier and Type | Method and Description |
---|---|
MediaType |
fromString(String header) |
boolean |
supports(Class<?> type)
Ascertain if the Provider supports a particular type.
|
String |
toString(MediaType header) |
static MediaType |
valueOf(HttpHeaderReader reader)
Create a new
MediaType instance from a header reader. |
public boolean supports(Class<?> type)
HeaderDelegateProvider
supports
in interface HeaderDelegateProvider<MediaType>
type
- the type that is to be supported.public String toString(MediaType header)
toString
in interface RuntimeDelegate.HeaderDelegate<MediaType>
public MediaType fromString(String header)
fromString
in interface RuntimeDelegate.HeaderDelegate<MediaType>
public static MediaType valueOf(HttpHeaderReader reader) throws ParseException
MediaType
instance from a header reader.reader
- header reader.MediaType
instance.ParseException
- in case of a header parsing error.Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.