Uses of Class
org.apache.manifoldcf.connectorcommon.jsongen.JSONReader
- 
Packages that use JSONReader Package Description org.apache.manifoldcf.connectorcommon.jsongen  - 
- 
Uses of JSONReader in org.apache.manifoldcf.connectorcommon.jsongen
Subclasses of JSONReader in org.apache.manifoldcf.connectorcommon.jsongen Modifier and Type Class Description classJSONArrayReaderThis class describes a JSON array reader.classJSONDoubleReaderThis class describes a JSON double reader.classJSONIntegerReaderThis class describes a JSON integer reader.classJSONNameValueReaderThis class describes a JSON name/value object reader.classJSONObjectReaderThis class describes a JSON object reader.classJSONStringReaderThis class describes a JSON string reader.classJSONValueReaderThis class describes a JSON value reader, which can be any terminal value (e.g.Fields in org.apache.manifoldcf.connectorcommon.jsongen declared as JSONReader Modifier and Type Field Description protected JSONReaderJSONNameValueReader. nameprotected JSONReaderJSONNameValueReader. valueFields in org.apache.manifoldcf.connectorcommon.jsongen with type parameters of type JSONReader Modifier and Type Field Description protected java.util.List<JSONReader>JSONArrayReader. elementsprotected java.util.List<JSONReader>JSONObjectReader. pairsMethods in org.apache.manifoldcf.connectorcommon.jsongen with parameters of type JSONReader Modifier and Type Method Description JSONArrayReaderJSONArrayReader. addArrayElement(JSONReader element)Constructors in org.apache.manifoldcf.connectorcommon.jsongen with parameters of type JSONReader Constructor Description JSONArrayReader(JSONReader[] elements)JSONNameValueReader(JSONStringReader name, JSONReader value) 
 -