Index
All Classes and Interfaces|All Packages
P
- parseMultiple() - Method in class com.github.perdia.queries.parsing.InstanceParser
-
Parses all the JSON objects in the JSON array to Instance objects in an ArrayList
- parseMultiple() - Method in class com.github.perdia.queries.parsing.TemplateParser
-
Parses all the JSON objects in the JSON array to Template objects in an ArrayList
- parseSingle() - Method in class com.github.perdia.queries.parsing.InstanceParser
-
Parses the first JSON object present in the JSON array to an Instance object
- parseSingle() - Method in class com.github.perdia.queries.parsing.TemplateParser
-
Parses the first JSON object present in the JSON array to a Template object
- parseSingle(int) - Method in class com.github.perdia.queries.parsing.InstanceParser
-
Parses the JSON object at the given index in the JSON array to an Instance object
- parseSingle(int) - Method in class com.github.perdia.queries.parsing.TemplateParser
-
Parses the JSON object at the given index in the JSON array to a Template object
All Classes and Interfaces|All Packages