public class DecoderFactory
extends java.lang.Object
Constructor and Description |
---|
DecoderFactory() |
Modifier and Type | Method and Description |
---|---|
<T> Decoder<T> |
getDecoder(Type type)
Returns decoder for Type Type
|
java.lang.String |
toString() |
public <T> Decoder<T> getDecoder(Type type)
T
- type of the desired decodertype
- typepublic java.lang.String toString()
toString
in class java.lang.Object