Interface AttributePathElement
-
- All Known Implementing Classes:
RefAttributePathElement,RefListAttributePathElement
public interface AttributePathElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataJsonNodegetNext(DataJsonNode current)DataStorageMetadatagetNext(DataStorageMetadata current, DataStorageMetadataDictionary dictionary)booleanmatch(AttributePathElement attributePathElement)
-
-
-
Method Detail
-
getNext
DataJsonNode getNext(DataJsonNode current)
-
getNext
DataStorageMetadata getNext(DataStorageMetadata current, DataStorageMetadataDictionary dictionary)
-
match
boolean match(AttributePathElement attributePathElement)
-
-