Class MethodInfo
java.lang.Object
io.camunda.zeebe.spring.client.bean.MethodInfo
- All Implemented Interfaces:
BeanInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMethodInfo(ClassInfo classInfo, Method method) protectedMethodInfo(MethodInfo original) -
Method Summary
Modifier and TypeMethodDescriptionstatic MethodInfo.MethodInfoBuilderbuilder()<T extends Annotation>
Optional<T> getAnnotation(Class<T> type) getBean()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.spring.client.bean.BeanInfo
getTargetClass, hasClassAnnotation, hasMethodAnnotation
-
Field Details
-
classInfo
-
method
-
-
Constructor Details
-
MethodInfo
-
MethodInfo
-
-
Method Details
-
getBean
-
getBeanName
- Specified by:
getBeanNamein interfaceBeanInfo
-
getMethodName
-
invoke
- Throws:
Exception
-
getAnnotation
-
getParameters
-
getParametersFilteredByAnnotation
-
builder
-