@Singleton public class FileUploadToCompletedFileUploadConverter extends Object implements TypeConverter<io.netty.handler.codec.http.multipart.FileUpload,CompletedFileUpload>
FileUpload to a CompletedFileUpload if the upload is complete.| Constructor and Description | 
|---|
| FileUploadToCompletedFileUploadConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<CompletedFileUpload> | convert(io.netty.handler.codec.http.multipart.FileUpload upload,
       Class<CompletedFileUpload> 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, ofpublic FileUploadToCompletedFileUploadConverter()
public Optional<CompletedFileUpload> convert(io.netty.handler.codec.http.multipart.FileUpload upload, Class<CompletedFileUpload> 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.FileUpload,CompletedFileUpload>upload - The object typetargetType - The target type being converted tocontext - The ConversionContext