public class ParseActionResponseFromJsonMap extends Object implements com.google.common.base.Function<Map<String,Object>,ActionResponse>
| Constructor and Description |
|---|
ParseActionResponseFromJsonMap(HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
apply(Map<String,Object> map)
Parses the JSON Map for an Error message.
|
public ParseActionResponseFromJsonMap(HttpResponse response)
public ActionResponse apply(Map<String,Object> map)
apply in interface com.google.common.base.Function<Map<String,Object>,ActionResponse>map - the JSON MapCopyright © 2017. All rights reserved.