Class UnsupportedValueConverter<V>

java.lang.Object
io.netty.handler.codec.UnsupportedValueConverter<V>
All Implemented Interfaces:
ValueConverter<V>

public final class UnsupportedValueConverter<V> extends Object implements ValueConverter<V>
UnsupportedOperationException will be thrown from all ValueConverter methods.