@Singleton public class AttributeConverter extends Object implements TypeConverter<io.netty.handler.codec.http.multipart.Attribute,Object>
Attribute
instances.Constructor and Description |
---|
AttributeConverter(ConversionService<?> conversionService) |
Modifier and Type | Method and Description |
---|---|
Optional<Object> |
convert(io.netty.handler.codec.http.multipart.Attribute object,
Class<Object> targetType,
ConversionContext context)
Converts from the given source object type to the target type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert, of
public AttributeConverter(ConversionService<?> conversionService)
conversionService
- The conversion servicepublic Optional<Object> convert(io.netty.handler.codec.http.multipart.Attribute object, Class<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<io.netty.handler.codec.http.multipart.Attribute,Object>
object
- The object typetargetType
- The target type being converted tocontext
- The ConversionContext