BEAST
|
Public Member Functions | |
String | toJson (AuthorizationRequest request) |
Translates an authorization request into a json string. | |
ExchangeMessage | parse (InputStream jsonStream) |
Parses an input stream containing json. | |
ExchangeMessage | parse (String json) |
Parses a json string. | |
ExchangeMessage | parse (JsonNode node) |
|
inline |
Parses an input stream containing json.
jsonStream | the json stream |
Implements eu.baltrad.beast.exchange.json.RequestMapper.
|
inline |
Parses a json string.
json | the json string |
Implements eu.baltrad.beast.exchange.json.RequestMapper.
|
inline |
Translates an authorization request into a json string.
request | the request |
Implements eu.baltrad.beast.exchange.json.RequestMapper.