| Modifier and Type | Method and Description |
|---|---|
static JsonParserMode |
JsonParserMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonParserMode[] |
JsonParserMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<Result> Result |
JsonSourcePushParser.handle(JsonHandler<Result> handler,
JsonParserMode... modes)
Handle the character sequence from the
JsonSource and report to
the JsonHandler. |
| Constructor and Description |
|---|
JsonSourcePullParser(JsonSource source,
JsonParserMode... modes)
Creates a new
JsonSourcePullParser for the given
JsonSource. |
Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.