| Package | Description | 
|---|---|
| org.apache.manifoldcf.connectorcommon.jsongen | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JSONArrayReaderThis class describes a JSON array reader. | 
| class  | JSONDoubleReaderThis class describes a JSON double reader. | 
| class  | JSONIntegerReaderThis class describes a JSON integer reader. | 
| class  | JSONNameValueReaderThis class describes a JSON name/value object reader. | 
| class  | JSONObjectReaderThis class describes a JSON object reader. | 
| class  | JSONStringReaderThis class describes a JSON string reader. | 
| class  | JSONValueReaderThis class describes a JSON value reader, which can be any terminal value (e.g. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected JSONReader | JSONNameValueReader. name | 
| protected JSONReader | JSONNameValueReader. value | 
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.List<JSONReader> | JSONArrayReader. elements | 
| protected java.util.List<JSONReader> | JSONObjectReader. pairs | 
| Modifier and Type | Method and Description | 
|---|---|
| JSONArrayReader | JSONArrayReader. addArrayElement(JSONReader element) | 
| Constructor and Description | 
|---|
| JSONArrayReader(JSONReader[] elements) | 
| JSONNameValueReader(JSONStringReader name,
                   JSONReader value) |