- read(String) - Method in class name.pehl.piriti.json.client.AbstractJsonReader
-
- read(JSONObject) - Method in class name.pehl.piriti.json.client.AbstractJsonReader
-
- read(String) - Method in interface name.pehl.piriti.json.client.JsonReader
-
Convert the specified JSON string to an instance of T according to the
annotated properties in T.
- read(JSONObject) - Method in interface name.pehl.piriti.json.client.JsonReader
-
Convert the specified JSON object to an instance of T according to the
annotated properties in T.
- read(String) - Method in class name.pehl.piriti.xml.client.AbstractXmlReader
-
- read(Document) - Method in class name.pehl.piriti.xml.client.AbstractXmlReader
-
- read(Element) - Method in class name.pehl.piriti.xml.client.AbstractXmlReader
-
- read(String) - Method in interface name.pehl.piriti.xml.client.XmlReader
-
Convert the data in the specified document to an instance of T according
to the annotated properties in T.
- read(Document) - Method in interface name.pehl.piriti.xml.client.XmlReader
-
Convert the data in the specified document to an instance of T according
to the annotated properties in T.
- read(Element) - Method in interface name.pehl.piriti.xml.client.XmlReader
-
Convert the data in the specified element to an instance of T according
to the annotated properties in T.
- Reader<T> - Interface in name.pehl.piriti.commons.client
-
Common super interface for JSON and XML readers
- ReaderWriterBase<T> - Class in name.pehl.piriti.commons.client
-
Common code for all readers and writers.
- ReaderWriterBase() - Constructor for class name.pehl.piriti.commons.client.ReaderWriterBase
-
- readId(C) - Method in class name.pehl.piriti.commons.client.AbstractReader
-
- readIdRefs(C, T) - Method in class name.pehl.piriti.commons.client.AbstractReader
-
- readList(String) - Method in class name.pehl.piriti.json.client.AbstractJsonReader
-
- readList(String, String) - Method in class name.pehl.piriti.json.client.AbstractJsonReader
-
- readList(JSONObject) - Method in class name.pehl.piriti.json.client.AbstractJsonReader
-
- readList(JSONObject, String) - Method in class name.pehl.piriti.json.client.AbstractJsonReader
-
- readList(JSONArray) - Method in class name.pehl.piriti.json.client.AbstractJsonReader
-
- readList(String) - Method in interface name.pehl.piriti.json.client.JsonReader
-
Convert the specified JSON string to a list of Ts according to the
annotated properties in T.
- readList(String, String) - Method in interface name.pehl.piriti.json.client.JsonReader
-
Convert the specified JSON string to a list of Ts according to the
annotated properties in T.
- readList(JSONObject) - Method in interface name.pehl.piriti.json.client.JsonReader
-
Convert the specified JSON object to a list of Ts according to the
annotated properties in T.
- readList(JSONObject, String) - Method in interface name.pehl.piriti.json.client.JsonReader
-
Convert the specified JSON object to a list of Ts according to the
annotated properties in T.
- readList(JSONArray) - Method in interface name.pehl.piriti.json.client.JsonReader
-
Convert the specified JSON array to a list of Ts according to the
annotated properties in T.
- readList(String) - Method in class name.pehl.piriti.xml.client.AbstractXmlReader
-
- readList(Document) - Method in class name.pehl.piriti.xml.client.AbstractXmlReader
-
- readList(Document, String) - Method in class name.pehl.piriti.xml.client.AbstractXmlReader
-
- readList(Element) - Method in class name.pehl.piriti.xml.client.AbstractXmlReader
-
- readList(Element, String) - Method in class name.pehl.piriti.xml.client.AbstractXmlReader
-
- readList(String) - Method in interface name.pehl.piriti.xml.client.XmlReader
-
Convert the direct children of the root element from the specified XML to
a list of Ts according to the annotated properties in T.
- readList(Document) - Method in interface name.pehl.piriti.xml.client.XmlReader
-
Convert the direct children of the documents root element to a list of Ts
according to the annotated properties in T.
- readList(Document, String) - Method in interface name.pehl.piriti.xml.client.XmlReader
-
Convert the data in the specified document to a list of Ts according to
the annotated properties in T.
- readList(Element) - Method in interface name.pehl.piriti.xml.client.XmlReader
-
Convert the direct children of the specified element to a list of Ts
according to the annotated properties in T.
- readList(Element, String) - Method in interface name.pehl.piriti.xml.client.XmlReader
-
Convert the data in the specified element to a list of Ts according to
the annotated properties in T.
- readObject(JSONValue, JsonReader<O>) - Method in class name.pehl.piriti.json.client.AbstractJsonReader
-
- readProperties(C, T) - Method in class name.pehl.piriti.commons.client.AbstractReader
-
- readValue(JSONValue, Converter<V>) - Method in class name.pehl.piriti.json.client.AbstractJsonReader
-
- register(Class<T>, JsonReader<T>) - Method in class name.pehl.piriti.json.client.JsonRegistry
-
- register(Class<T>, List<Class<?>>, JsonReader) - Method in class name.pehl.piriti.json.client.JsonRegistry
-
- register(Class<T>, List<Class<?>>, JsonWriter) - Method in class name.pehl.piriti.json.client.JsonRegistry
-
- register(Class<T>, JsonWriter<T>) - Method in class name.pehl.piriti.json.client.JsonRegistry
-
- register(Class<T>, XmlReader<T>) - Method in class name.pehl.piriti.xml.client.XmlRegistry
-
Registers the
XmlReader for the specified type
- register(Class<T>, XmlWriter<T>) - Method in class name.pehl.piriti.xml.client.XmlRegistry
-
Registers the
XmlWriter for the specified type