Interface AttributeFiller<R extends FactoryBase>
-
- All Known Implementing Classes:
FactoryTreeBuilderAttributeFiller
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface AttributeFiller<R extends FactoryBase>fill new Attributes with structure from FactoryTreeBuilder s
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfillNewAttributes(R root, DataStorageMetadataDictionary oldDataStorageMetadataDictionary)
-
-
-
Method Detail
-
fillNewAttributes
void fillNewAttributes(R root, DataStorageMetadataDictionary oldDataStorageMetadataDictionary)
-
-