Class DefaultNavigationEntryMediaModelIdConversionFunction

  • All Implemented Interfaces:
    java.util.function.Function<ItemModel,​java.lang.String>

    @Deprecated(since="1811",
                forRemoval=true)
    public class DefaultNavigationEntryMediaModelIdConversionFunction
    extends java.lang.Object
    implements java.util.function.Function<ItemModel,​java.lang.String>
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1811 - no longer needed
    Default implementation for conversion of ItemModel into MediaModel#getCode()
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String apply​(ItemModel itemModel)
      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
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • DefaultNavigationEntryMediaModelIdConversionFunction

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

      • apply

        public java.lang.String apply​(ItemModel itemModel)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        apply in interface java.util.function.Function<ItemModel,​java.lang.String>