public interface ResultParser
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject(ResponseMessage response)
Converts the result from stream to a java object.
|
Object getObject(ResponseMessage response) throws ResultParseException
response - The stream of the result.ResultParseException - Failed to parse the result.Copyright © 2024. All Rights Reserved.