Package yapion.hierarchy.api
Interface ObjectPath
- 
- All Known Implementing Classes:
- YAPIONAnyType,- YAPIONArray,- YAPIONDataType,- YAPIONMap,- YAPIONMappingType,- YAPIONObject,- YAPIONPointer,- YAPIONValue,- YAPIONValueType
 
 public interface ObjectPath
- 
- 
Method SummaryModifier and Type Method Description intgetDepth()YAPIONPathgetPath()java.lang.StringgetPath(YAPIONAnyType yapionAnyType)
 
- 
- 
- 
Method Detail- 
getPathjava.lang.String getPath(YAPIONAnyType yapionAnyType) 
 - 
getPathYAPIONPath getPath() 
 - 
getDepthint getDepth() 
 
- 
 
-