Package org.aksw.jenax.io.json.gon
Class GonElementBase<K,V>
java.lang.Object
org.aksw.jenax.io.json.gon.GonElementBase<K,V>
- All Implemented Interfaces:
GonElement<K,V>
- Direct Known Subclasses:
GonArrayImpl,GonLiteralImpl,GonNull,GonObjectImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParentLink<K,V> protected voidsetParent(ParentLink<K, V> parentLink) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.io.json.gon.GonElement
accept, asNull, getAsArray, getAsLiteral, getAsObject, getRoot, isArray, isLiteral, isNull, isObject, unlinkFromParent
-
Field Details
-
parentLink
-
-
Constructor Details
-
GonElementBase
public GonElementBase()
-
-
Method Details
-
getParent
- Specified by:
getParentin interfaceGonElement<K,V>
-
setParent
-