Package yapion.hierarchy.typegroups
Class YAPIONValueType
- java.lang.Object
-
- yapion.hierarchy.typegroups.YAPIONAnyClosure
-
- yapion.hierarchy.typegroups.YAPIONAnyType
-
- yapion.hierarchy.typegroups.YAPIONValueType
-
- All Implemented Interfaces:
ObjectOutput
,ObjectPath
,ObjectSearch
,ObjectType
- Direct Known Subclasses:
YAPIONPointer
,YAPIONValue
public abstract class YAPIONValueType extends YAPIONAnyType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface yapion.hierarchy.typeinterfaces.ObjectSearch
ObjectSearch.YAPIONSearchResult<T extends YAPIONAnyType>
-
-
Field Summary
-
Fields inherited from interface yapion.hierarchy.typeinterfaces.ObjectOutput
indent
-
-
Constructor Summary
Constructors Constructor Description YAPIONValueType()
-
Method Summary
-
Methods inherited from class yapion.hierarchy.typegroups.YAPIONAnyType
cacheReferenceValue, copy, discardReferenceValue, get, get, getDepth, getParent, getParseTime, getParseTimeMillis, getPath, getPath, getReferenceValue, hasParent, hasReferenceValue, indent, isValuePresent, reducedIndent, removeParent, setParent
-
Methods inherited from class yapion.hierarchy.typegroups.YAPIONAnyClosure
referenceValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface yapion.hierarchy.typeinterfaces.ObjectOutput
indent, toJSON, toJSONLossy, toYAPION
-
Methods inherited from interface yapion.hierarchy.typeinterfaces.ObjectType
getType
-
-