@Deprecated public class HttpDataToByteArrayConverter extends java.lang.Object implements TypeConverter<io.netty.handler.codec.http.multipart.HttpData,byte[]>
| Modifier | Constructor and Description |
|---|---|
protected |
HttpDataToByteArrayConverter(ConversionService conversionService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<byte[]> |
convert(io.netty.handler.codec.http.multipart.HttpData upload,
java.lang.Class<byte[]> targetType,
ConversionContext context)
Deprecated.
Converts from the given source object type to the target type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, ofprotected HttpDataToByteArrayConverter(ConversionService conversionService)
conversionService - The conversion servicepublic java.util.Optional<byte[]> convert(io.netty.handler.codec.http.multipart.HttpData upload,
java.lang.Class<byte[]> 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,byte[]>upload - The object typetargetType - The target type being converted tocontext - The ConversionContext