Class Named.Namer

  • All Implemented Interfaces:
    Namer<Named>
    Enclosing interface:
    Named

    public static class Named.Namer
    extends Object
    implements Namer<Named>
    An implementation of the namer interface for objects implementing the named interface.
    • Field Detail

      • INSTANCE

        public static final Namer<Named> INSTANCE
    • Constructor Detail

      • Namer

        public Namer()
    • Method Detail

      • determineName

        public String determineName​(Named object)
        Description copied from interface: Namer
        Determines the name of the given object.
        Specified by:
        determineName in interface Namer<Named>
        Parameters:
        object - The object to determine the name of
        Returns:
        The object's inherent name. Never null.
      • forType

        public static <T> Namer<? super T> forType​(Class<? extends T> type)