Interface AttributePopulatorsProvider
- All Known Implementing Classes:
DefaultAttributePopulatorsProvider
public interface AttributePopulatorsProvider
Service to provide populators for AttributeDescriptorModels
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributePopulators(AttributeDescriptorModel attributeDescriptor) Given an attribute descriptor model, return the list of Populators for this attribute type defined in the configuration map.
-
Method Details
-
getAttributePopulators
List<Populator<AttributeDescriptorModel,ComponentTypeAttributeData>> getAttributePopulators(AttributeDescriptorModel attributeDescriptor) Given an attribute descriptor model, return the list of Populators for this attribute type defined in the configuration map.- Parameters:
attributeDescriptor- the attribute that will be tested to look for populators.- Returns:
- the list of populators.
-