Package org.eclipse.jetty.util.ajax
Jetty Util : Simple JSON Utility classes
-
Interface Summary Interface Description AsyncJSON.Context The state of JSON parsing.JSON.Convertible JSON Convertible object.JSON.Convertor Static JSON Convertor.JSON.Generator JSON Generator.JSON.Output JSON Output class for use byJSON.Convertible
.JSON.Source JSONPojoConvertor.NumberType -
Class Summary Class Description AsyncJSON A non-blocking JSON parser that can parse partial JSON strings.AsyncJSON.Factory The factory that creates AsyncJSON instances.JSON JSON Parser and Generator.JSON.Literal A Literal JSON generator A utility instance ofJSON.Generator
that holds a pre-generated string on JSON text.JSON.ReaderSource JSON.StringSource JSONCollectionConvertor JSONDateConvertor Convert aDate
to JSON.JSONEnumConvertor Convert anEnum
to JSON.JSONObjectConvertor Convert an Object to JSON using reflection on getters methods.JSONPojoConvertor Converts POJOs to JSON and vice versa.JSONPojoConvertor.Setter JSONPojoConvertorFactory