- JsonConverter - Class in org.restlet.ext.json
-
Converter between the JSON API (more precisely JSONArray,
JSONObject and JSONTokener instances) and Representation
classes.
- JsonConverter() - Constructor for class org.restlet.ext.json.JsonConverter
-
- JsonpFilter - Class in org.restlet.ext.json
-
Filter that converts response entity of the JSON media type into a JSONP
callback document.
- JsonpFilter(Context) - Constructor for class org.restlet.ext.json.JsonpFilter
-
Constructor.
- JsonpRepresentation - Class in org.restlet.ext.json
-
Wrappers that adds a JSONP header and footer to JSON representations.
- JsonpRepresentation(String, Status, Representation) - Constructor for class org.restlet.ext.json.JsonpRepresentation
-
Constructor.
- JsonRepresentation - Class in org.restlet.ext.json
-
Representation based on a JSON document.
- JsonRepresentation(JSONArray) - Constructor for class org.restlet.ext.json.JsonRepresentation
-
Constructor from a JSON array.
- JsonRepresentation(JSONObject) - Constructor for class org.restlet.ext.json.JsonRepresentation
-
Constructor from a JSON object.
- JsonRepresentation(JSONStringer) - Constructor for class org.restlet.ext.json.JsonRepresentation
-
Constructor from a JSON stringer.
- JsonRepresentation(JSONTokener) - Constructor for class org.restlet.ext.json.JsonRepresentation
-
Constructor from a JSON tokener.
- JsonRepresentation(Map<String, Object>) - Constructor for class org.restlet.ext.json.JsonRepresentation
-
Constructor from a map object.
- JsonRepresentation(Object) - Constructor for class org.restlet.ext.json.JsonRepresentation
-
Constructor from a bean using reflection to generate JSON names.
- JsonRepresentation(Representation) - Constructor for class org.restlet.ext.json.JsonRepresentation
-
Constructor.
- JsonRepresentation(String) - Constructor for class org.restlet.ext.json.JsonRepresentation
-
Constructor from a JSON string.