public interface CustomAttributeContentConverter
ItemModel.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convertModelToData(ItemModel itemModel)
Converts
ItemModel to representation that can be serialized. |
java.util.function.Predicate<ItemModel> |
getConstrainedBy()
Predicate to verify whether current converter is applicable to provided
ItemModel. |
java.lang.String |
getQualifier()
Returns the qualifier for custom attribute.
|
void |
populateItemModel(ItemModel itemModel,
java.lang.String value)
Populates
ItemModel with provided value. |
java.lang.String getQualifier()
java.util.function.Predicate<ItemModel> getConstrainedBy()
ItemModel.Predicate.java.lang.Object convertModelToData(ItemModel itemModel)
ItemModel to representation that can be serialized.itemModel - the ItemModel that is used to generate custom attribute.CMSVersionCustomAttribute or ListCopyright © 2018 SAP SE. All Rights Reserved.