Package com.mchange.v3.decode
Interface DecoderFinder
-
public interface DecoderFinder
should have a no-arg constructor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
decoderClassName(java.lang.Object encoded)
-
-
-
Method Detail
-
decoderClassName
java.lang.String decoderClassName(java.lang.Object encoded) throws CannotDecodeException
- Throws:
CannotDecodeException
-
-