public class JsonObjectWrapper extends JsonElementWrapper<io.apptik.json.JsonObject>
json| Constructor and Description |
|---|
JsonObjectWrapper() |
JsonObjectWrapper(io.apptik.json.JsonObject jsonElement) |
JsonObjectWrapper(io.apptik.json.JsonObject jsonElement,
java.lang.String contentType) |
JsonObjectWrapper(io.apptik.json.JsonObject jsonElement,
java.lang.String contentType,
java.net.URI metaInfo) |
| Modifier and Type | Method and Description |
|---|---|
io.apptik.json.JsonObject |
getJson() |
JsonObjectWrapper |
merge(JsonObjectWrapper anotherJsonObjectWrapper)
Merges JsonObjectWrapper with another.
|
addSchemaFetcher, addValidator, fetchMetaInfo, getContentType, getDefaultSchemaFetcher, getJsonSchemaUri, getMetaInfo, getValidators, isDataValid, setContentType, setDefaultSchemaFetcher, setMetaInfo, setMetaInfoUri, setSchemaFetchers, toString, validateData, wrappublic JsonObjectWrapper()
public JsonObjectWrapper(io.apptik.json.JsonObject jsonElement)
public JsonObjectWrapper(io.apptik.json.JsonObject jsonElement,
java.lang.String contentType)
public JsonObjectWrapper(io.apptik.json.JsonObject jsonElement,
java.lang.String contentType,
java.net.URI metaInfo)
public io.apptik.json.JsonObject getJson()
getJson in interface io.apptik.json.ElementWrappergetJson in class JsonElementWrapper<io.apptik.json.JsonObject>public JsonObjectWrapper merge(JsonObjectWrapper anotherJsonObjectWrapper)
anotherJsonObjectWrapper -