Package | Description |
---|---|
org.apache.manifoldcf.connectorcommon.jsongen |
Modifier and Type | Class and Description |
---|---|
class |
JSONArrayReader
This class describes a JSON array reader.
|
class |
JSONDoubleReader
This class describes a JSON double reader.
|
class |
JSONIntegerReader
This class describes a JSON integer reader.
|
class |
JSONNameValueReader
This class describes a JSON name/value object reader.
|
class |
JSONObjectReader
This class describes a JSON object reader.
|
class |
JSONStringReader
This class describes a JSON string reader.
|
class |
JSONValueReader
This 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) |