Interface Named

    • Method Detail

      • getName

        String getName()
        Get the simple name of this T instance. (E.g: For a Java type, this is be equivalent to calling, Class.getSimpleName(). For a Java method, this would be equivalent to calling Method.getName() ... and so on.