public class SimpleJsonDataWrapper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
This method returns true if the current SimpleJsonDataWrapper instance is considered equal to the given SimpleJsonDataWrapper instance
|
static SimpleJsonDataWrapper |
getInstance(java.lang.String s)
This method returns an instance of SimpleJsonDataWrapper
|
java.lang.String |
serialize()
This method returns a String representation of this SimpleJsonDataWrapper instance
|
java.lang.String |
toString()
Returns a String representation of this object
|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - an object to compare this SimpleJsonDataWrapper againstpublic static SimpleJsonDataWrapper getInstance(java.lang.String s)
s - a string representing a serialized form of JSON objectpublic java.lang.String serialize()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.