|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonParser | |
|---|---|
| com.google.api.client.http.json | JSON HTTP library based on the pluggable HTTP library. |
| com.google.api.client.json | Utilities for JSON as specified in RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON. |
| com.google.api.client.testing.http.json | Testing utilities used for writing tests based on this library. |
| Uses of JsonParser in com.google.api.client.http.json |
|---|
| Methods in com.google.api.client.http.json that return JsonParser | |
|---|---|
static JsonParser |
JsonHttpParser.parserForResponse(JsonFactory jsonFactory,
HttpResponse response)
Deprecated. Returns a JSON parser to use for parsing the given HTTP response. |
| Uses of JsonParser in com.google.api.client.json |
|---|
| Methods in com.google.api.client.json that return JsonParser | |
|---|---|
abstract JsonParser |
JsonFactory.createJsonParser(InputStream in)
Returns a new instance of a low-level JSON parser for the given input stream. |
abstract JsonParser |
JsonFactory.createJsonParser(InputStream in,
Charset charset)
Returns a new instance of a low-level JSON parser for the given input stream. |
abstract JsonParser |
JsonFactory.createJsonParser(Reader reader)
Returns a new instance of a low-level JSON parser for the given reader. |
abstract JsonParser |
JsonFactory.createJsonParser(String value)
Returns a new instance of a low-level JSON parser for the given string value. |
abstract JsonParser |
JsonParser.skipChildren()
Skips to the matching JsonToken.END_ARRAY if current token is
JsonToken.START_ARRAY, the matching JsonToken.END_OBJECT if the current token
is JsonToken.START_OBJECT, else does nothing. |
| Uses of JsonParser in com.google.api.client.testing.http.json |
|---|
| Subclasses of JsonParser in com.google.api.client.testing.http.json | |
|---|---|
class |
MockJsonParser
Mock for JsonParser. |
| Methods in com.google.api.client.testing.http.json that return JsonParser | |
|---|---|
JsonParser |
MockJsonFactory.createJsonParser(InputStream in)
|
JsonParser |
MockJsonFactory.createJsonParser(InputStream in,
Charset charset)
|
JsonParser |
MockJsonFactory.createJsonParser(Reader reader)
|
JsonParser |
MockJsonFactory.createJsonParser(String value)
|
JsonParser |
MockJsonParser.skipChildren()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||