| Modifier and Type | Field and Description |
|---|---|
static String |
NET_JANGAROO_EXT_CREATE |
| Constructor and Description |
|---|
JsonObject(Object... namesAndValues) |
| Modifier and Type | Method and Description |
|---|---|
static Code |
code(String code) |
Object |
get(String property) |
String |
getWrapperClass() |
boolean |
isEmpty() |
Object |
remove(String property) |
void |
set(String property,
Object value) |
void |
settingConfigClass(String fullName) |
JsonObject |
settingWrapperClass(String wrapperClass) |
String |
toString() |
String |
toString(int indentFactor)
Make a pretty-printed JSON text of this JSONObject.
|
String |
toString(int indentFactor,
int indent)
Make a prettyprinted JSON text of this JSONObject.
|
static String |
valueToString(Object value,
int indentFactor,
int indent)
Make a prettyprinted JSON text of an object value.
|
public static final String NET_JANGAROO_EXT_CREATE
public JsonObject(Object... namesAndValues)
public String getWrapperClass()
public JsonObject settingWrapperClass(String wrapperClass)
public boolean isEmpty()
public String toString(int indentFactor)
indentFactor - The number of spaces to add to each level of
indentation.{ (left brace) and ending
with } (right brace).public static String valueToString(Object value, int indentFactor, int indent)
value - The value to be serialized.indentFactor - The number of spaces to add to each level of
indentation.indent - The indentation of the top level.{ (left brace) and ending
with } (right brace).public String toString(int indentFactor, int indent)
toString in interface JsonindentFactor - The number of spaces to add to each level of
indentation.indent - The indentation of the top level.{ (left brace) and ending
with } (right brace).public void settingConfigClass(String fullName)
Copyright © 2002–2015 CoreMedia AG. All rights reserved.