public interface ResultParser<T>
| Modifier and Type | Method and Description |
|---|---|
T |
parse(ResponseMessage response)
Converts the result from stream to a java object.
|
T parse(ResponseMessage response) throws ResultParseException
response - the response messageResultParseException - failed to parse the result.Copyright © 2024. All Rights Reserved.