public class CoreJsonObject extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CoreJsonObject(com.fasterxml.jackson.databind.JsonNode jsonNode)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CoreJsonObject |
fromJsonString(String jsonString)
Initializes JsonObject with provided JSON.
|
Object |
getStoredObject()
Getter for stored JSON object.
|
String |
toString()
Converts the JSON into string.
|
protected CoreJsonObject(com.fasterxml.jackson.databind.JsonNode jsonNode)
jsonNode - The JSON of type JsonNode.public static CoreJsonObject fromJsonString(String jsonString) throws IOException
jsonString - The JSON string.CoreJsonObject instance.IOException - signals that provided JSON string does not contain a valid JSON object.public Object getStoredObject()
Copyright © 2025. All rights reserved.