Package org.jboss.weld.invokable
Class TargetMethod
java.lang.Object
org.jboss.weld.invokable.TargetMethod
-
Constructor Summary
ConstructorsConstructorDescriptionTargetMethod(jakarta.enterprise.inject.spi.AnnotatedMethod<?> cdiMethod) TargetMethod(Method reflectionMethod) -
Method Summary
Modifier and TypeMethodDescriptiongetParameterAnnotations(int position) intgetParameterType(int position) booleanisStatic()
-
Constructor Details
-
TargetMethod
-
TargetMethod
public TargetMethod(jakarta.enterprise.inject.spi.AnnotatedMethod<?> cdiMethod)
-
-
Method Details
-
getReflection
-
isStatic
public boolean isStatic() -
getParameterCount
public int getParameterCount() -
getParameterType
-
getParameterAnnotations
-