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