Uses of Class
org.eclipse.jetty.util.ajax.JSON
Packages that use JSON
-
Uses of JSON in org.eclipse.jetty.util.ajax
Methods in org.eclipse.jetty.util.ajax that return JSONModifier and TypeMethodDescriptionprotected JSONJSON.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 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 JSONModifierConstructorDescriptionJSONPojoConvertorFactory(JSON json) JSONPojoConvertorFactory(JSON json, boolean fromJSON)