@Singleton public class NettyPartDataToArrayConverter extends Object implements TypeConverter<NettyPartData,byte[]>
| Modifier | Constructor and Description | 
|---|---|
| protected  | NettyPartDataToArrayConverter(ConversionService conversionService) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<byte[]> | convert(NettyPartData object,
       Class<byte[]> 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 NettyPartDataToArrayConverter(ConversionService conversionService)
conversionService - The conversion servicepublic Optional<byte[]> convert(NettyPartData object, 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<NettyPartData,byte[]>object - The object typetargetType - The target type being converted tocontext - The ConversionContext