| Package | Description |
|---|---|
| org.boon.json.streaming.version1 |
| Modifier and Type | Method and Description |
|---|---|
JsonTokenType |
JsonToken.getType() |
static JsonTokenType |
JsonTokenType.startingWith(char c)
Find which JSON value might be starting with a given character
|
static JsonTokenType |
JsonTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonTokenType[] |
JsonTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonToken.setType(JsonTokenType type) |
Copyright © 2014. All rights reserved.