Interface AttributePopulator
- All Known Implementing Classes:
AbstractAttributePopulator,AbstractCollectionAttributePopulator,AbstractMapAttributePopulator,ItemModelAttributePopulator,ItemModelAttributePopulator,ItemModelCollectionAttributePopulator,ItemModelCollectionAttributePopulator,MapAttributePopulator,PartOfAttributePopulator,PrimitiveAttributePopulator,PrimitiveCollectionAttributePopulator,ReplaceItemModelCollectionAttributePopulator,ReplaceItemModelCollectionAttributePopulator,ReplaceMapAttributePopulator,ReplacePrimitiveCollectionAttributePopulator
public interface AttributePopulator
Populates attributes of a given
ItemModel.-
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ItemModel model, PersistenceContext context) Populates attributes of the specifiedItemModel.
-
Method Details
-
populate
Populates attributes of the specifiedItemModel.- Parameters:
model- a model to populate attributes in.context- a context carrying all information needed to know, which attributes need to be populated and how they should be populated by specific implementations of this attribute populator.
-