Package | Description |
---|---|
com.oracle.javafx.jmx.json | |
com.oracle.javafx.jmx.json.impl |
Modifier and Type | Method and Description |
---|---|
JSONReader.EventType |
JSONReader.next(String key,
int depth)
Skips until the specified object is found at the specified depth.
|
static JSONReader.EventType |
JSONReader.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONReader.EventType[] |
JSONReader.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JSONReader.EventType |
JSONStreamReaderImpl.next() |
JSONReader.EventType |
JSONStreamReaderImpl.next(String objectName,
int depth)
Skips until the specified object is found at the specified depth.
|
Modifier and Type | Method and Description |
---|---|
Iterator<JSONReader.EventType> |
JSONStreamReaderImpl.iterator() |
Copyright © 2020. All rights reserved.