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