public class JsonObjectMapWrapper<J extends JsonObjectWrapper> extends TypedJsonObject<J>
json| Constructor and Description |
|---|
JsonObjectMapWrapper(java.lang.Class<J> jobClass) |
| Modifier and Type | Method and Description |
|---|---|
protected J |
get(io.apptik.json.JsonElement jsonObject,
java.lang.String key) |
protected io.apptik.json.JsonObject |
to(J value) |
getEntries, getKey, getValue, getValue, iterator, length, optValue, putAll, putValuegetJson, mergeaddSchemaFetcher, addValidator, fetchMetaInfo, getContentType, getDefaultSchemaFetcher, getJsonSchemaUri, getMetaInfo, getValidators, isDataValid, setContentType, setDefaultSchemaFetcher, setMetaInfo, setMetaInfoUri, setSchemaFetchers, toString, validateData, wrappublic JsonObjectMapWrapper(java.lang.Class<J> jobClass)
protected J get(io.apptik.json.JsonElement jsonObject, java.lang.String key)
get in class TypedJsonObject<J extends JsonObjectWrapper>protected io.apptik.json.JsonObject to(J value)
to in class TypedJsonObject<J extends JsonObjectWrapper>