NettyConverters
@Deprecated public class NettyPartDataToObjectConverter extends java.lang.Object implements TypeConverter<NettyPartData,java.lang.Object>
Modifier | Constructor and Description |
---|---|
protected |
NettyPartDataToObjectConverter(ConversionService conversionService)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.Object> |
convert(NettyPartData object,
java.lang.Class<java.lang.Object> 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, wait
convert, of
protected NettyPartDataToObjectConverter(ConversionService conversionService)
conversionService
- The conversion servicepublic java.util.Optional<java.lang.Object> convert(NettyPartData object, java.lang.Class<java.lang.Object> 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<NettyPartData,java.lang.Object>
object
- The object typetargetType
- The target type being converted tocontext
- The ConversionContext