Package yapion.hierarchy.typeinterfaces
Interface ObjectPath
-
- All Known Implementing Classes:
YAPIONAnyType
,YAPIONArray
,YAPIONDataType
,YAPIONMap
,YAPIONMappingType
,YAPIONObject
,YAPIONPointer
,YAPIONValue
,YAPIONValueType
public interface ObjectPath
-
-
Method Summary
Modifier and Type Method Description int
getDepth()
YAPIONPath
getPath()
java.lang.String
getPath(YAPIONAnyType yapionAnyType)
-
-
-
Method Detail
-
getPath
java.lang.String getPath(YAPIONAnyType yapionAnyType)
-
getPath
YAPIONPath getPath()
-
getDepth
int getDepth()
-
-