Interface Decoder
public interface Decoder
Allows to read in a custom manner a response payload.
-
Method Summary
-
Method Details
-
decode
- Parameters:
value
- the payload content.expectedType
- the user type.- Returns:
- the instantiated payload respecting expectedType.
-