org.springframework.yarn.container
Class ContainerMethodInvokerHelper<T>
java.lang.Object
org.springframework.yarn.support.AbstractExpressionEvaluator
org.springframework.yarn.container.ContainerMethodInvokerHelper<T>
- Type Parameters:
T - type
- All Implemented Interfaces:
- Aware, BeanFactoryAware, InitializingBean
public class ContainerMethodInvokerHelper<T>
- extends AbstractExpressionEvaluator
A helper class using spel to execute target methods.
- Author:
- Janne Valkealahti
| Methods inherited from class org.springframework.yarn.support.AbstractExpressionEvaluator |
afterPropertiesSet, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, getEvaluationContext, getEvaluationContext, setBeanFactory, setConversionService |
ContainerMethodInvokerHelper
public ContainerMethodInvokerHelper(Object targetObject,
Method method)
ContainerMethodInvokerHelper
public ContainerMethodInvokerHelper(Object targetObject,
Method method,
Class<?> expectedType)
ContainerMethodInvokerHelper
public ContainerMethodInvokerHelper(Object targetObject,
String methodName)
ContainerMethodInvokerHelper
public ContainerMethodInvokerHelper(Object targetObject,
String methodName,
Class<?> expectedType)
ContainerMethodInvokerHelper
public ContainerMethodInvokerHelper(Object targetObject,
Class<? extends Annotation> annotationType)
ContainerMethodInvokerHelper
public ContainerMethodInvokerHelper(Object targetObject,
Class<? extends Annotation> annotationType,
Class<?> expectedType)
process
public T process(YarnContainerRuntime yarnContainerRuntime)
throws Exception
- Throws:
Exception
toString
public String toString()
- Overrides:
toString in class Object