Interface ConstrainableExecutable


@Incubating public interface ConstrainableExecutable
Descriptor for a method of a Java class.
Since:
6.1.0
Author:
Marko Bekhta
  • Method Details

    • getReturnType

      Class<?> getReturnType()
      Returns:
      the return type for the method this object represents
    • getName

      String getName()
      Returns:
      the name of the method represented by this ConstrainableExecutable object
    • getParameterTypes

      Class<?>[] getParameterTypes()
      Returns:
      the parameter types for the executable this object represents