Package io.inugami.api.models.data.basic
Class RawJsonObject
- java.lang.Object
-
- io.inugami.api.models.data.basic.RawJsonObject
-
- All Implemented Interfaces:
ClonableObject<JsonObject>,JsonObject,JsonObjectToJson,Serializable
public final class RawJsonObject extends Object implements JsonObject
RawJsonObject- Since:
- 18 mai 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RawJsonObject()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonObjectbuildFromJson(String data)static JsonObjectbuildFromObject(Object data)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.inugami.api.models.data.basic.JsonObject
cloneObj, convertToObject
-
Methods inherited from interface io.inugami.api.models.data.JsonObjectToJson
convertToJson
-
-
-
-
Method Detail
-
buildFromObject
public static JsonObject buildFromObject(Object data)
-
buildFromJson
public static JsonObject buildFromJson(String data)
-
-