Class DefaultNavigationEntryItemModelConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.function.Function<NavigationEntryData,​ItemModel> getConverter()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the function to be applied on the conversion step.
      java.lang.String getItemType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the item type ItemModel#getItemType where the converter should be applied to.
      java.util.function.Function<ItemModel,​java.lang.String> getUniqueIdentifierConverter()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the function to be applied on the conversion step.
      void setConverter​(java.util.function.Function<NavigationEntryData,​ItemModel> converter)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setItemType​(java.lang.String itemType)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setUniqueIdentifierConverter​(java.util.function.Function<ItemModel,​java.lang.String> uniqueIdentifierConverter)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultNavigationEntryItemModelConverter

        public DefaultNavigationEntryItemModelConverter()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getItemType

        public java.lang.String getItemType()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: NavigationEntryItemModelConverter
        Returns the item type ItemModel#getItemType where the converter should be applied to.
        Specified by:
        getItemType in interface NavigationEntryItemModelConverter
        Returns:
        item type
      • getUniqueIdentifierConverter

        public java.util.function.Function<ItemModel,​java.lang.String> getUniqueIdentifierConverter()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: NavigationEntryItemModelConverter
        Gets the function to be applied on the conversion step.
        Specified by:
        getUniqueIdentifierConverter in interface NavigationEntryItemModelConverter
        Returns:
        the conversion function to be applied for the type matching NavigationEntryItemModelConverter#getItemType.
      • setConverter

        public void setConverter​(java.util.function.Function<NavigationEntryData,​ItemModel> converter)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setUniqueIdentifierConverter

        public void setUniqueIdentifierConverter​(java.util.function.Function<ItemModel,​java.lang.String> uniqueIdentifierConverter)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setItemType

        public void setItemType​(java.lang.String itemType)
        Deprecated, for removal: This API element is subject to removal in a future version.