| 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 |
|---|---|
JsonType |
ObjectWriter.enclosingType() |
JsonType |
ObjectReader.enclosingType() |
JsonType |
JsonWriter.enclosingType() |
JsonType |
JsonReader.enclosingType() |
static JsonType |
JsonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonType[] |
JsonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonReader.begin(int character,
JsonType type) |
protected JsonWriter |
JsonWriter.begin(JsonType jsonType,
char token) |
protected void |
JsonReader.end(int character,
JsonType type) |
Copyright © 2019. All rights reserved.