Class AnnotationUtil
java.lang.Object
io.camunda.spring.client.annotation.AnnotationUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<DeploymentValue> getDeploymentValue(ClassInfo beanInfo) static Optional<JobWorkerValue> getJobWorkerValue(MethodInfo methodInfo) static List<ParameterInfo> getVariableParameters(MethodInfo methodInfo) static List<ParameterInfo> getVariablesAsTypeParameters(MethodInfo methodInfo) static Optional<VariableValue> getVariableValue(ParameterInfo parameterInfo) static booleanisCustomHeaders(ParameterInfo parameterInfo) static booleanisDeployment(ClassInfo classInfo) static booleanisDeploymentLegacy(ClassInfo classInfo) static booleanisJobWorker(BeanInfo beanInfo) static booleanisVariable(ParameterInfo parameterInfo) static booleanisVariablesAsType(ParameterInfo parameterInfo)
-
Constructor Details
-
AnnotationUtil
public AnnotationUtil()
-
-
Method Details
-
isVariable
-
getVariableParameters
-
getVariablesAsTypeParameters
-
isVariablesAsType
-
isCustomHeaders
-
isDeployment
-
isJobWorker
-
getJobWorkerValue
-
getVariableValue
-
getDeploymentValue
-
isDeploymentLegacy
-