@Singleton @Internal public class NettyChannelOptionConverter extends Object implements TypeConverter<CharSequence,io.netty.channel.ChannelOption>
| Constructor and Description | 
|---|
| NettyChannelOptionConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<io.netty.channel.ChannelOption> | convert(CharSequence object,
       Class<io.netty.channel.ChannelOption> 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 Optional<io.netty.channel.ChannelOption> convert(CharSequence object, Class<io.netty.channel.ChannelOption> targetType, ConversionContext context)
TypeConverterOptional.empty()
 in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert in interface TypeConverter<CharSequence,io.netty.channel.ChannelOption>object - The object typetargetType - The target type being converted tocontext - The ConversionContext