public class YAMLMapping extends net.pwall.json.JSONMapping<YAMLNode> implements YAMLNode
| Modifier and Type | Field and Description |
|---|---|
static String |
defaultTag |
| Constructor and Description |
|---|
YAMLMapping(Map<String,YAMLNode> map)
Construct a
YAMLMapping with the given Map and the default tag. |
YAMLMapping(Map<String,YAMLNode> map,
String tag)
Construct a
YAMLMapping with the given Map and tag. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getTag()
Get the tag of the node.
|
int |
hashCode() |
appendJSON, getArray, getBoolean, getDecimal, getDouble, getFloat, getInt, getLong, getObject, getString, isSimple, iterator, toSimpleValue, toStringclear, containsKey, containsValue, entrySet, findIndex, get, getEntry, isEmpty, keySet, put, putAll, remove, size, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitappendJSON, simpleValue, toJSON, toSimpleValueforEach, spliteratorcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static final String defaultTag
public YAMLMapping(Map<String,YAMLNode> map, String tag)
YAMLMapping with the given Map and tag.map - the maptag - the tagCopyright © 2021. All rights reserved.