| Package | Description |
|---|---|
| net.markenwerk.utils.json.handler | |
| net.markenwerk.utils.json.parser |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IdleJsonHandler.checkDouble(double value)
Checks that a double value is a valid JSON number.
|
static boolean |
IdleJsonHandler.checkString(String value)
Checks that a
String value is a valid JSON string. |
void |
JsonHandler.onDouble(double value)
Called when the parsing of a JSON object encountered a JSON number, that
represents a decimal value.
|
void |
IdleJsonHandler.onDouble(double value) |
void |
JsonHandler.onString(String value)
Called when the parsing of a JSON object encountered a JSON string.
|
void |
IdleJsonHandler.onString(String value) |
| Modifier and Type | Method and Description |
|---|---|
byte |
JsonPullParser.nextByte()
Ensures that the
current
JsonState is JsonState.LONG and consumes and returns the
corresponding value as a byte. |
byte |
DefaultJsonPullParser.nextByte() |
char |
DefaultJsonPullParser.nextCharacter() |
float |
DefaultJsonPullParser.nextFloat() |
int |
DefaultJsonPullParser.nextInteger() |
short |
DefaultJsonPullParser.nextShort() |
Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.