@Singleton public class HttpDataToStringConverter extends Object implements TypeConverter<io.netty.handler.codec.http.multipart.HttpData,CharSequence>
| Modifier | Constructor and Description | 
|---|---|
| protected  | HttpDataToStringConverter(ConversionService conversionService) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<CharSequence> | convert(io.netty.handler.codec.http.multipart.HttpData upload,
       Class<CharSequence> targetType,
       ConversionContext context)Converts from the given source object type to the target type. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, ofprotected HttpDataToStringConverter(ConversionService conversionService)
conversionService - The conversion servicepublic Optional<CharSequence> convert(io.netty.handler.codec.http.multipart.HttpData upload, Class<CharSequence> targetType, ConversionContext context)
TypeConverterOptional.empty()
 in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert in interface TypeConverter<io.netty.handler.codec.http.multipart.HttpData,CharSequence>upload - The object typetargetType - The target type being converted tocontext - The ConversionContext