Interface AttributePopulatorsProvider

  • All Known Implementing Classes:
    DefaultAttributePopulatorsProvider

    public interface AttributePopulatorsProvider
    Service to provide populators for AttributeDescriptorModels
    • Method Detail

      • getAttributePopulators

        java.util.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.