@Singleton public class MediaTypeConverter extends Object implements TypeConverter<CharSequence,MediaType>
MediaType
.Constructor and Description |
---|
MediaTypeConverter() |
Modifier and Type | Method and Description |
---|---|
Optional<MediaType> |
convert(CharSequence object,
Class<MediaType> targetType,
ConversionContext context)
Converts from the given source object type to the target type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert, of
public Optional<MediaType> convert(CharSequence object, Class<MediaType> targetType, ConversionContext context)
TypeConverter
Optional.empty()
in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert
in interface TypeConverter<CharSequence,MediaType>
object
- The object typetargetType
- The target type being converted tocontext
- The ConversionContext