Class TargetMethod

java.lang.Object
org.jboss.weld.invokable.TargetMethod

public final class TargetMethod extends Object
  • Constructor Details

    • TargetMethod

      public TargetMethod(Method reflectionMethod)
    • TargetMethod

      public TargetMethod(jakarta.enterprise.inject.spi.AnnotatedMethod<?> cdiMethod)
  • Method Details

    • getReflection

      public Method getReflection()
    • isStatic

      public boolean isStatic()
    • getParameterCount

      public int getParameterCount()
    • getParameterType

      public Type getParameterType(int position)
    • getParameterAnnotations

      public Collection<Annotation> getParameterAnnotations(int position)