Uses of Class
org.eclipse.jetty.util.ajax.JSON
-
-
Uses of JSON in org.eclipse.jetty.util.ajax
Methods in org.eclipse.jetty.util.ajax that return JSON Modifier and Type Method Description protected JSONJSON. contextFor(java.lang.String field)Every time a JSON object field representation{"name": value}is parsed, this method is called to (possibly) return a different JSON instance (for example configured with different converters) to parse the object field.protected JSONJSON. contextForArray()Every time a JSON array representation[...]is parsed, this method is called to (possibly) return a different JSON instance (for example configured with different converters) to parse the array items.Constructors in org.eclipse.jetty.util.ajax with parameters of type JSON Constructor Description JSONPojoConvertorFactory(JSON json)JSONPojoConvertorFactory(JSON json, boolean fromJSON)
-