Package | Description |
---|---|
com.owlike.genson.stream |
This package provides the streaming api used to read and write to streams.
|
Modifier and Type | Method and Description |
---|---|
protected ValueType |
JsonReader.consumeLiteral()
Reads the next literal value into _booleanValue, _doubleValue or _intValue and returns the
type of the readed literal, possible values are : INTEGER, DOUBLE, BOOLEAN, NULL.
|
protected ValueType |
JsonReader.consumeValue() |
ValueType |
ObjectReader.getValueType() |
ValueType |
JsonReader.getValueType() |
ValueType |
ObjectReader.next()
If we are in a object it will read the next name/value pair and if we are in an array it will
read the next value (except if value is of complex type, in that case after the call to
next() you must use one of beginXXX methods).
|
ValueType |
JsonReader.next() |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.