Interface MethodInfo


public interface MethodInfo
  • Method Details

    • getName

      String getName()
    • getReturnType

      Class<?> getReturnType()
    • getParameterTypes

      List<Class<?>> getParameterTypes()
    • getDeclaringClassName

      String getDeclaringClassName()
    • getLoader

      ClassLoader getLoader()