Package org.revapi.json
Class JsonElement
- java.lang.Object
-
- org.revapi.base.BaseElement<E>
-
- org.revapi.jackson.JacksonElement<JsonElement>
-
- org.revapi.json.JsonElement
-
- All Implemented Interfaces:
Cloneable
,Comparable<JsonElement>
,org.revapi.Element<JsonElement>
public class JsonElement extends org.revapi.jackson.JacksonElement<JsonElement>
-
-
Constructor Summary
Constructors Constructor Description JsonElement(org.revapi.API api, org.revapi.Archive archive, String filePath, com.fasterxml.jackson.core.TreeNode node, int index)
JsonElement(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
-
JsonElement
public JsonElement(org.revapi.API api, org.revapi.Archive archive, String filePath, com.fasterxml.jackson.core.TreeNode node, String key)
-
JsonElement
public JsonElement(org.revapi.API api, org.revapi.Archive archive, String filePath, com.fasterxml.jackson.core.TreeNode node, int index)
-
-