T - typepublic class ContainerMethodInvokerHelper<T> extends AbstractExpressionEvaluator
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ContainerMethodInvokerHelper.ParametersWrapper
Wrapping everything we need to work with spel. 
 | 
| Constructor and Description | 
|---|
ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)  | 
ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
                            java.lang.Class<?> expectedType)  | 
ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.reflect.Method method)  | 
ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.reflect.Method method,
                            java.lang.Class<?> expectedType)  | 
ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.String methodName)  | 
ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.String methodName,
                            java.lang.Class<?> expectedType)  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
process(YarnContainerRuntime yarnContainerRuntime)  | 
java.lang.String | 
toString()  | 
afterPropertiesSet, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, getEvaluationContext, getEvaluationContext, setBeanFactory, setConversionServicepublic ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.reflect.Method method)
public ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.reflect.Method method,
                            java.lang.Class<?> expectedType)
public ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.String methodName)
public ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.String methodName,
                            java.lang.Class<?> expectedType)
public ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
public ContainerMethodInvokerHelper(java.lang.Object targetObject,
                            java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
                            java.lang.Class<?> expectedType)
public T process(YarnContainerRuntime yarnContainerRuntime) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.Object