Class RefListAttributePathElement
- java.lang.Object
-
- io.github.factoryfx.factory.storage.migration.datamigration.RefListAttributePathElement
-
- All Implemented Interfaces:
AttributePathElement
public class RefListAttributePathElement extends java.lang.Object implements AttributePathElement
-
-
Constructor Summary
Constructors Constructor Description RefListAttributePathElement(java.lang.String path, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataJsonNodegetNext(DataJsonNode current)DataStorageMetadatagetNext(DataStorageMetadata current, DataStorageMetadataDictionary dictionary)booleanmatch(AttributePathElement attributePathElement)
-
-
-
Method Detail
-
getNext
public DataJsonNode getNext(DataJsonNode current)
- Specified by:
getNextin interfaceAttributePathElement
-
getNext
public DataStorageMetadata getNext(DataStorageMetadata current, DataStorageMetadataDictionary dictionary)
- Specified by:
getNextin interfaceAttributePathElement
-
match
public boolean match(AttributePathElement attributePathElement)
- Specified by:
matchin interfaceAttributePathElement
-
-