Class InjectionUtil
java.lang.Object
org.camunda.bpm.container.impl.deployment.util.InjectionUtil
- Author:
- Daniel Meyer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Method
detectAnnotatedMethod
(Class<?> clazz, Class<? extends Annotation> annotationType) static ProcessEngine
getDefaultProcessEngine
(DeploymentOperation operationContext) static ProcessApplicationInfo
getProcessApplicationInfo
(DeploymentOperation operationContext) static List<ProcessEngine>
getProcessEngines
(DeploymentOperation operationContext) static Object[]
resolveInjections
(DeploymentOperation operationContext, Method lifecycleMethod)
-
Constructor Details
-
InjectionUtil
public InjectionUtil()
-
-
Method Details
-
detectAnnotatedMethod
public static Method detectAnnotatedMethod(Class<?> clazz, Class<? extends Annotation> annotationType) -
resolveInjections
public static Object[] resolveInjections(DeploymentOperation operationContext, Method lifecycleMethod) -
getProcessApplicationInfo
public static ProcessApplicationInfo getProcessApplicationInfo(DeploymentOperation operationContext) -
getProcessEngines
-
getDefaultProcessEngine
-