|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.response.normalize.JSONNormalizer
public class JSONNormalizer
JSONNormalizer class.
| Constructor Summary | |
|---|---|
JSONNormalizer()
|
|
| Method Summary | |
|---|---|
String |
normalize(String jsonResponse)
normalize and map the (json) response. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSONNormalizer()
| Method Detail |
|---|
public String normalize(String jsonResponse)
throws Exception
normalize and map the (json) response.
jsonResponse - a String object.
String object.
Exception - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||