Package org.revapi.yaml
Class YamlElement
- java.lang.Object
-
- org.revapi.base.BaseElement<E>
-
- org.revapi.jackson.JacksonElement<YamlElement>
-
- org.revapi.yaml.YamlElement
-
- All Implemented Interfaces:
Cloneable
,Comparable<YamlElement>
,org.revapi.Element<YamlElement>
public class YamlElement extends org.revapi.jackson.JacksonElement<YamlElement>
-
-
Constructor Summary
Constructors Constructor Description YamlElement(org.revapi.API api, org.revapi.Archive archive, String filePath, com.fasterxml.jackson.core.TreeNode node, int index)
YamlElement(org.revapi.API api, org.revapi.Archive archive, String filePath, com.fasterxml.jackson.core.TreeNode node, String key)
-
Method Summary
-
Methods inherited from class org.revapi.jackson.JacksonElement
compareTo, createFullHumanReadableString, equals, getFilePath, getFullHumanReadableString, getNode, getPath, getPathPart, getValueString, hashCode, setParent, toString
-
Methods inherited from class org.revapi.base.BaseElement
castThis, clone, getApi, getArchive, getChildren, getParent, getReferencedElements, getReferencingElements, iterateOverChildren, newChildrenInstance, newReference, searchChildren, searchChildren, setArchive
-
-
-
-
Constructor Detail
-
YamlElement
public YamlElement(org.revapi.API api, org.revapi.Archive archive, String filePath, com.fasterxml.jackson.core.TreeNode node, String key)
-
YamlElement
public YamlElement(org.revapi.API api, org.revapi.Archive archive, String filePath, com.fasterxml.jackson.core.TreeNode node, int index)
-
-