A C D E F G H I J L N O P R S T _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- add(String, boolean) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- add(String, double) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- add(String, long) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- add(String, Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- addClass(Class) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- addConvertor(Class, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Register a
JSON.Convertor
for a class or interface. - addConvertorFor(String, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Register a
JSON.Convertor
for a named class or interface. - addGetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- addJSON(Appendable) - Method in interface org.eclipse.jetty.util.ajax.JSON.Generator
- addJSON(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
- addSetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- append(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Append object as JSON to string buffer.
- appendArray(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendArray(Appendable, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendBoolean(Appendable, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendJSON(Appendable, JSON.Convertible) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendJSON(Appendable, JSON.Convertor, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendJSON(Appendable, JSON.Generator) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendMap(Appendable, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendNull(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendNumber(Appendable, Number) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendString(Appendable, String) - Method in class org.eclipse.jetty.util.ajax.JSON
C
- complete(String, JSON.Source) - Static method in class org.eclipse.jetty.util.ajax.JSON
- contextFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
- contextForArray() - Method in class org.eclipse.jetty.util.ajax.JSON
- convertTo(Class, Map) - Method in class org.eclipse.jetty.util.ajax.JSON
D
- DEFAULT - Static variable in class org.eclipse.jetty.util.ajax.JSON
- DOUBLE - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
E
- escapeString(Appendable, String) - Method in class org.eclipse.jetty.util.ajax.JSON
- escapeUnicode(Appendable, char) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Per spec, unicode characters are by default NOT escaped.
F
- FLOAT - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- fromJSON(String) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Convert JSON to Object
- fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
- fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONCollectionConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
G
- getActualValue(Number) - Method in interface org.eclipse.jetty.util.ajax.JSONPojoConvertor.NumberType
- getComponentType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getConvertor(Class) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Lookup a convertor for a class.
- getConvertorFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Lookup a convertor for a named class.
- getDefault() - Static method in class org.eclipse.jetty.util.ajax.JSON
- getExcludedCount() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- getMethod() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getNumberType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getNumberType(Class<?>) - Static method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- getPropertyName() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getSetter(String) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- getStringBufferSize() - Method in class org.eclipse.jetty.util.ajax.JSON
- GETTER_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- getType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
H
- handleUnknown(JSON.Source, char) - Method in class org.eclipse.jetty.util.ajax.JSON
- hasNext() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
- hasNext() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
- hasNext() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
I
- includeField(String, Object, Method) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- includeField(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- init() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- INTEGER - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- invoke(Object, Object) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- invokeObject(Object, Object) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- isPropertyNumber() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
J
- JSON - Class in org.eclipse.jetty.util.ajax
-
JSON Parser and Generator.
- JSON() - Constructor for class org.eclipse.jetty.util.ajax.JSON
- JSON.Convertible - Interface in org.eclipse.jetty.util.ajax
-
JSON Convertible object.
- JSON.Convertor - Interface in org.eclipse.jetty.util.ajax
-
Static JSON Convertor.
- JSON.Generator - Interface in org.eclipse.jetty.util.ajax
-
JSON Generator.
- JSON.Literal - Class in org.eclipse.jetty.util.ajax
-
A Literal JSON generator A utility instance of
JSON.Generator
that holds a pre-generated string on JSON text. - JSON.Output - Interface in org.eclipse.jetty.util.ajax
-
JSON Output class for use by
JSON.Convertible
. - JSON.ReaderSource - Class in org.eclipse.jetty.util.ajax
- JSON.Source - Interface in org.eclipse.jetty.util.ajax
- JSON.StringSource - Class in org.eclipse.jetty.util.ajax
- JSONCollectionConvertor - Class in org.eclipse.jetty.util.ajax
- JSONCollectionConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONCollectionConvertor
- JSONDateConvertor - Class in org.eclipse.jetty.util.ajax
-
Convert a
Date
to JSON. - JSONDateConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
- JSONDateConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
- JSONDateConvertor(String, TimeZone, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
- JSONDateConvertor(String, TimeZone, boolean, Locale) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
- JSONEnumConvertor - Class in org.eclipse.jetty.util.ajax
-
Convert an
Enum
to JSON. - JSONEnumConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONEnumConvertor
- JSONEnumConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONEnumConvertor
- JSONObjectConvertor - Class in org.eclipse.jetty.util.ajax
-
Convert an Object to JSON using reflection on getters methods.
- JSONObjectConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- JSONObjectConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- JSONObjectConvertor(boolean, String[]) - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- JSONPojoConvertor - Class in org.eclipse.jetty.util.ajax
-
Converts POJOs to JSON and vice versa.
- JSONPojoConvertor(Class<?>) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- JSONPojoConvertor(Class<?>, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- JSONPojoConvertor(Class<?>, String[]) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- JSONPojoConvertor(Class<?>, Set<String>) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- JSONPojoConvertor(Class<?>, Set<String>, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- JSONPojoConvertor.NumberType - Interface in org.eclipse.jetty.util.ajax
- JSONPojoConvertor.Setter - Class in org.eclipse.jetty.util.ajax
- JSONPojoConvertorFactory - Class in org.eclipse.jetty.util.ajax
- JSONPojoConvertorFactory(JSON) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
- JSONPojoConvertorFactory(JSON, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
L
- Literal(String) - Constructor for class org.eclipse.jetty.util.ajax.JSON.Literal
-
Construct a literal JSON instance for use by
JSON.toString(Object)
. - log(Throwable) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- LONG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
N
- newArray(int) - Method in class org.eclipse.jetty.util.ajax.JSON
- newMap() - Method in class org.eclipse.jetty.util.ajax.JSON
- next() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
- next() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
- next() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
- NULL_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
O
- org.eclipse.jetty.util.ajax - module org.eclipse.jetty.util.ajax
- org.eclipse.jetty.util.ajax - package org.eclipse.jetty.util.ajax
-
Jetty Util : Simple JSON Utility classes
P
- parse(Reader) - Static method in class org.eclipse.jetty.util.ajax.JSON
- parse(Reader, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
- parse(String) - Static method in class org.eclipse.jetty.util.ajax.JSON
- parse(String, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
- parse(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- parse(JSON.Source, boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
- parseArray(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- parseNumber(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- parseObject(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- parseString(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- peek() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
- peek() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
- peek() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
R
- ReaderSource(Reader) - Constructor for class org.eclipse.jetty.util.ajax.JSON.ReaderSource
- registerConvertor(Class, JSON.Convertor) - Static method in class org.eclipse.jetty.util.ajax.JSON
-
Register a
JSON.Convertor
for a class or interface. - reset() - Static method in class org.eclipse.jetty.util.ajax.JSON
-
Reset the default JSON behaviors to default
S
- scratchBuffer() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
- scratchBuffer() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
- scratchBuffer() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
- seekTo(char, JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- seekTo(String, JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- setProps(Object, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- setReader(Reader) - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
- setStringBufferSize(int) - Method in class org.eclipse.jetty.util.ajax.JSON
- Setter(String, Method) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- SHORT - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- StringSource(String) - Constructor for class org.eclipse.jetty.util.ajax.JSON.StringSource
T
- toJSON(Object) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Convert Object to JSON
- toJSON(Object, JSON.Output) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
- toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONCollectionConvertor
- toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
- toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
- toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
- toJSON(JSON.Output) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
- toString() - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
- toString() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
- toString(char[], int, int) - Method in class org.eclipse.jetty.util.ajax.JSON
- toString(Object) - Static method in class org.eclipse.jetty.util.ajax.JSON
- toString(Object[]) - Static method in class org.eclipse.jetty.util.ajax.JSON
- toString(Map) - Static method in class org.eclipse.jetty.util.ajax.JSON
_
- _componentType - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- _excluded - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- _fromJSON - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- _getters - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- _numberType - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- _pojoClass - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- _propertyName - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- _setter - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- _setters - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- _type - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
All Classes All Packages