Interface NameProvider<T>

  • Type Parameters:
    T - the type to provide a name for

    public interface NameProvider<T>
    Provides a way to retrieve a human readable name for a certain type.
    Author:
    Matthias Müller
    • Method Detail

      • getName

        String getName​(T instance)
        Returns the name for the given instance
        Parameters:
        instance - the instance
        Returns:
        the name