Uses of Class
com.aspectran.utils.json.JsonWriter
Packages that use JsonWriter
-
Uses of JsonWriter in com.aspectran.core.activity.response.transform.json
Subclasses of JsonWriter in com.aspectran.core.activity.response.transform.jsonModifier and TypeClassDescriptionclass
Converts a ProcessResult object to a JSON formatted string. -
Uses of JsonWriter in com.aspectran.utils.json
Subclasses of JsonWriter in com.aspectran.utils.jsonModifier and TypeClassDescriptionclass
Converts an object to a JSON formatted string.Methods in com.aspectran.utils.json with type parameters of type JsonWriterModifier and TypeMethodDescription<T extends JsonWriter>
TJsonWriter.apply
(StringifyContext stringifyContext) <T extends JsonWriter>
TJsonWriter.beginArray()
Begins encoding a new array.<T extends JsonWriter>
TJsonWriter.beginObject()
Begins encoding a new object.<T extends JsonWriter>
TJsonWriter.endArray()
Ends encoding the current array.<T extends JsonWriter>
TJsonWriter.endObject()
Ends encoding the current object.<T extends JsonWriter>
TJsonWriter.indentString
(String indentString) <T extends JsonWriter>
T<T extends JsonWriter>
TJsonWriter.nullWritable
(boolean nullWritable) <T extends JsonWriter>
TJsonWriter.prettyPrint
(boolean prettyPrint) <T extends JsonWriter>
T