Uses of Class
com.avoka.component.json.JsonBuilder
Package
Description
Provides JavaScript Object Notation (JSON) utility classes.
-
Uses of JsonBuilder in com.avoka.component.json
Modifier and TypeMethodDescriptionDeprecated.Append the given object to the JSON string builder.Deprecated.Append the given name and value to the JSON string builder.JsonBuilder.appendArray
(Collection collection) Deprecated.Append the given collection to the JSON string builder as JSON array.JsonBuilder.appendResultSet
(ResultSet resultSet) Deprecated.Append the given ResultSet to the JSON string builder as JSON array.JsonBuilder.appendResultSetRow
(ResultSet resultSet) Deprecated.Append a single row from the given ResultSet to the JSON string builder as JSON array.JsonBuilder.closeArray()
Deprecated.Close a JSON array by appending the ']' character.JsonBuilder.closeObject()
Deprecated.Close a JSON object by appending the '}' character.JsonBuilder.openArray()
Deprecated.Open a JSON array by appending the '[' character.JsonBuilder.openObject()
Deprecated.Open a JSON object by appending the '{' character.