Class MethodRequest
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.tracing.cdi.MethodRequest
-
class MethodRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodRequest(Method method, Object[] args, Set<Annotation> annotationBindings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Annotation>getAnnotationBindings()Object[]getArgs()MethodgetMethod()
-
-
-
Constructor Detail
-
MethodRequest
public MethodRequest(Method method, Object[] args, Set<Annotation> annotationBindings)
-
-
Method Detail
-
getMethod
public Method getMethod()
-
getArgs
public Object[] getArgs()
-
getAnnotationBindings
public Set<Annotation> getAnnotationBindings()
-
-