public static interface ConfigNode.ObjectNode extends ConfigNode, java.util.Map<java.lang.String,ConfigNode>
ConfigParser if necessary.
In the map exposed by this interface, the map keys are Strings
containing the fully-qualified dotted names of the config keys and the
map values are the corresponding ConfigNode.ValueNode or ConfigNode.ListNode
instances. The map never contains ConfigNode.ObjectNode values because the
ConfigNode.ObjectNode is implemented as a flat map.
NOTE: Do not implement this interface yourself but rather use
builder().
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConfigNode.ObjectNode.Builder
Builder to build
ConfigNode.ObjectNode instance. |
ConfigNode.ListNode, ConfigNode.NodeType, ConfigNode.ObjectNode, ConfigNode.ValueNode| Modifier and Type | Method and Description |
|---|---|
static ConfigNode.ObjectNode.Builder |
builder()
Creates new instance of
ConfigNode.ObjectNode.Builder. |
static ConfigNode.ObjectNode |
empty()
Returns empty object node.
|
default ConfigNode.NodeType |
getNodeType()
Get the type of this node.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesdefault ConfigNode.NodeType getNodeType()
ConfigNodegetNodeType in interface ConfigNodestatic ConfigNode.ObjectNode empty()
static ConfigNode.ObjectNode.Builder builder()
ConfigNode.ObjectNode.Builder.ConfigNode.ObjectNode.Builder.Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.