| Package | Description |
|---|---|
| se.l4.commons.config.internal.streaming | |
| se.l4.commons.serialization.format |
| Modifier and Type | Method and Description |
|---|---|
Token |
NullInput.current() |
Token |
ListInput.current() |
Token |
MapInput.current() |
Token |
ConfigJsonInput.current() |
Token |
ValueInput.current() |
Token |
NullInput.next() |
Token |
ConfigJsonInput.next() |
Token |
ValueInput.next() |
Token |
NullInput.next(Token expected) |
Token |
ConfigJsonInput.next(Token expected) |
Token |
ValueInput.next(Token expected) |
Token |
ListInput.next0() |
Token |
MapInput.next0() |
Token |
NullInput.peek() |
Token |
ListInput.peek() |
Token |
MapInput.peek() |
Token |
ConfigJsonInput.peek() |
Token |
ValueInput.peek() |
| Modifier and Type | Method and Description |
|---|---|
Token |
NullInput.next(Token expected) |
Token |
ConfigJsonInput.next(Token expected) |
Token |
ValueInput.next(Token expected) |
| Modifier and Type | Method and Description |
|---|---|
Token |
AbstractStreamingInput.current() |
Token |
StreamingInput.current()
Get the current token.
|
Token |
AbstractStreamingInput.next() |
Token |
StreamingInput.next()
Advance to the next token.
|
Token |
AbstractStreamingInput.next(Token expected) |
Token |
StreamingInput.next(Token expected)
Advance to the next token checking that it is of a certain type.
|
Token |
JsonInput.next(Token expected) |
protected abstract Token |
AbstractStreamingInput.next0() |
protected Token |
BinaryInput.next0() |
Token |
JsonInput.next0() |
Token |
BinaryInput.peek() |
Token |
StreamingInput.peek()
Peek into the stream and return the next token.
|
Token |
JsonInput.peek() |
static Token |
Token.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Token[] |
Token.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
AbstractStreamingInput.next(Token expected) |
Token |
StreamingInput.next(Token expected)
Advance to the next token checking that it is of a certain type.
|
Token |
JsonInput.next(Token expected) |
Copyright © 2016. All rights reserved.