Package | Description |
---|---|
com.oracle.javafx.jmx.json | |
com.oracle.javafx.jmx.json.impl |
Modifier and Type | Method and Description |
---|---|
JSONReader.EventType |
JSONReader.next(java.lang.String key,
int depth)
Skips until the specified object is found at the specified depth.
|
static JSONReader.EventType |
JSONReader.EventType.valueOf(java.lang.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 | Field and Description |
---|---|
private JSONReader.EventType |
JSONStreamReaderImpl.currentEvent |
Modifier and Type | Method and Description |
---|---|
JSONReader.EventType |
JSONStreamReaderImpl.next() |
JSONReader.EventType |
JSONStreamReaderImpl.next(java.lang.String objectName,
int depth)
Skips until the specified object is found at the specified depth.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<JSONReader.EventType> |
JSONStreamReaderImpl.iterator() |
Modifier and Type | Method and Description |
---|---|
private void |
JSONStreamReaderImpl.insert(JSONReader.EventType type,
java.util.Stack<JSONDocument> collectionStack) |