Interface NavigationEntryItemModelConverter

    • Method Detail

      • getItemType

        java.lang.String getItemType()
        Returns the item type ItemModel#getItemType where the converter should be applied to.
        Returns:
        item type
      • getConverter

        java.util.function.Function<NavigationEntryData,​ItemModel> getConverter()
        Gets the function to be applied on the conversion step.
        Returns:
        the conversion function to be applied for the type NavigationEntryItemModelConverter#getItemType
      • getUniqueIdentifierConverter

        java.util.function.Function<ItemModel,​java.lang.String> getUniqueIdentifierConverter()
        Gets the function to be applied on the conversion step.
        Returns:
        the conversion function to be applied for the type matching NavigationEntryItemModelConverter#getItemType.