Uses of Class
org.eclipse.jetty.util.ajax.JSON
-
Uses of JSON in org.eclipse.jetty.util.ajax
Modifier and TypeMethodDescriptionprotected JSON
JSON.contextFor
(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 JSON
JSON.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.ModifierConstructorDescriptionJSONPojoConvertorFactory
(JSON json) JSONPojoConvertorFactory
(JSON json, boolean fromJSON)