public static class JSONWrapper.JSONWrapperImpl extends Object implements JSONWrapper
JSONWrapper.JSONWrapperImpl
Modifier and Type | Field and Description |
---|---|
protected String |
jsonDocument |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(JSONWrapper o) |
boolean |
equals(Object o) |
String |
getJSON() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
wrapJSON
protected final String jsonDocument
public String getJSON()
getJSON
in interface JSONWrapper
public int compareTo(JSONWrapper o)
compareTo
in interface Comparable<JSONWrapper>