Interface AttributePopulator
-
- All Known Implementing Classes:
AbstractAttributePopulator,AbstractCollectionAttributePopulator,AbstractMapAttributePopulator,ItemModelAttributePopulator,ItemModelAttributePopulator,ItemModelCollectionAttributePopulator,ItemModelCollectionAttributePopulator,MapAttributePopulator,PartOfAttributePopulator,PrimitiveAttributePopulator,PrimitiveCollectionAttributePopulator,ReplaceItemModelCollectionAttributePopulator,ReplaceItemModelCollectionAttributePopulator,ReplaceMapAttributePopulator,ReplacePrimitiveCollectionAttributePopulator
public interface AttributePopulatorPopulates attributes of a givenItemModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpopulate(ItemModel model, PersistenceContext context)Populates attributes of the specifiedItemModel.
-
-
-
Method Detail
-
populate
void populate(ItemModel model, PersistenceContext context)
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.
-
-