void
|
addProperty(String propName, String propValue, boolean encodeName)
|
void
|
addProperty(String propName, String propValue)
|
static
String
|
applyGenericEncoding(String data)
|
String
|
encodeData(String data)
|
Set<String>
|
getKeys()
|
void
|
serializeInto(StringBuilder stringBuilder)
Serialize the contents of this object into the supplied StringBuilder,
growing it first, as necessary, to accommodate the serialized form.
|
void
|
setBeanPaths(WebComponent wc, int[] events)
Sets bean paths as properties of this Json
|
void
|
setEncoderChain(ContentEncoderChain encoderChain)
|
void
|
setJSObjectProperty(String propName, String propValue)
This method adds a JavaScript Object property to the bone
|
void
|
setProperty(String propName, String propValue)
This method adds a String property to the bone
|
void
|
setProperty(String propName, String propValue, boolean quote)
This method adds a String property to the bone
|
void
|
setProperty(String propName, double propValue)
This method adds a double property to the bone
|
void
|
setProperty(String propName, float propValue)
This method adds a float property to the bone
|
void
|
setProperty(String propName, GenericJsonGenerator propValue)
This method adds a JSON property to the bone
|
void
|
setProperty(String propName, GenericJsonGenerator[][] propValue)
|
void
|
setProperty(String propName, boolean propValue)
This method adds a boolean property to the bone
|
void
|
setProperty(String propName, int propValue)
This method adds an integer property to the bone
|
void
|
setProperty(String propName, String[] propValue)
This method adds a String array property to the bone
|
void
|
setProperty(String propName, int[] propValue)
This method adds an integers array property to the bone.
|
void
|
setProperty(String propName, GenericJsonGenerator[] propValue)
|
int
|
size()
|
String
|
toString()
This method is deprecated.
Inefficient--it is preferable to serialize the contents
of this object into an existing StringBuilder instance. Use
serializeInto(StringBuilder) instead.
|
String
|
toStringStart()
This method builds part of the JSON string that represents this object
the string outcome include the starting bracket and all the properties this object holds
without the ending bracket.
|