Interface Decoder
-
public interface Decoder
Allows to read in a custom manner a response payload.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
decode(byte[] value, Type expectedType)
-