Package | Description |
---|---|
com.oracle.javafx.jmx | |
com.oracle.javafx.jmx.json | |
com.oracle.javafx.jmx.json.impl |
Modifier and Type | Field and Description |
---|---|
private JSONDocument[] |
SGMXBeanImpl.jsceneGraphs |
private JSONDocument |
SGMXBeanImpl.jwindows |
Modifier and Type | Method and Description |
---|---|
private JSONDocument |
SGMXBeanImpl.createJSONDocument(Node n,
MXNodeAlgorithmContext ctx) |
Modifier and Type | Method and Description |
---|---|
private static void |
SGMXBeanImpl.processCssMetaData(CssMetaData sp,
Node node,
JSONDocument d) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ImmutableJSONDocument |
Modifier and Type | Field and Description |
---|---|
static JSONDocument |
JSONDocument.EMPTY_ARRAY
An empty array.
|
static JSONDocument |
JSONDocument.EMPTY_OBJECT
An empty object.
|
Modifier and Type | Method and Description |
---|---|
JSONDocument |
JSONReader.build()
Build an in-memory representation of the input JSON.
|
static JSONDocument |
JSONDocument.createArray() |
static JSONDocument |
JSONDocument.createArray(int length) |
static JSONDocument |
JSONDocument.createObject() |
JSONDocument |
JSONDocument.get(int index)
Get child of this array node.
|
JSONDocument |
JSONDocument.get(java.lang.String key)
Get child of this object node.
|
JSONDocument |
JSONDocument.IteratorWrapper.next() |
JSONDocument |
JSONDocument.set(int index,
JSONDocument value)
Set child object of this node.
|
JSONDocument |
JSONDocument.set(java.lang.String key,
JSONDocument child)
Set child object of this node.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<java.lang.Object> |
JSONDocument.getList(JSONDocument doc) |
private java.util.Map<java.lang.String,java.lang.Object> |
JSONDocument.getMap(JSONDocument doc) |
JSONDocument |
JSONDocument.set(int index,
JSONDocument value)
Set child object of this node.
|
JSONDocument |
JSONDocument.set(java.lang.String key,
JSONDocument child)
Set child object of this node.
|
Modifier and Type | Field and Description |
---|---|
private JSONDocument |
JSONStreamReaderImpl.collection |
Modifier and Type | Method and Description |
---|---|
JSONDocument |
JSONStreamReaderImpl.build() |
Modifier and Type | Method and Description |
---|---|
private void |
JSONStreamReaderImpl.insert(JSONReader.EventType type,
java.util.Stack<JSONDocument> collectionStack) |