public interface NavigationEntryItemModelConverter
NavigationEntryData to ItemModel and another to convert from ItemModel to its Unique
Identifier value.| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<NavigationEntryData,ItemModel> |
getConverter()
Gets the function to be applied on the conversion step.
|
java.lang.String |
getItemType()
Returns the item type
ItemModel#getItemType where the converter should be applied to. |
java.util.function.Function<ItemModel,java.lang.String> |
getUniqueIdentifierConverter()
Gets the function to be applied on the conversion step.
|
java.lang.String getItemType()
ItemModel#getItemType where the converter should be applied to.java.util.function.Function<NavigationEntryData,ItemModel> getConverter()
NavigationEntryItemModelConverter#getItemTypejava.util.function.Function<ItemModel,java.lang.String> getUniqueIdentifierConverter()
NavigationEntryItemModelConverter#getItemType.NavigationEntryItemModelConverter#getItemType()}.Copyright © 2018 SAP SE. All Rights Reserved.