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(Object targetObject,
Class<? extends Annotation> annotationType) |
ContainerMethodInvokerHelper(Object targetObject,
Class<? extends Annotation> annotationType,
Class<?> expectedType) |
ContainerMethodInvokerHelper(Object targetObject,
Method method) |
ContainerMethodInvokerHelper(Object targetObject,
Method method,
Class<?> expectedType) |
ContainerMethodInvokerHelper(Object targetObject,
String methodName) |
ContainerMethodInvokerHelper(Object targetObject,
String methodName,
Class<?> expectedType) |
| Modifier and Type | Method and Description |
|---|---|
T |
process(YarnContainerRuntime yarnContainerRuntime) |
String |
toString() |
afterPropertiesSet, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, getEvaluationContext, getEvaluationContext, setBeanFactory, setConversionServicepublic ContainerMethodInvokerHelper(Object targetObject, Method method)
public ContainerMethodInvokerHelper(Object targetObject, Method method, Class<?> expectedType)
public ContainerMethodInvokerHelper(Object targetObject, String methodName)
public ContainerMethodInvokerHelper(Object targetObject, String methodName, Class<?> expectedType)
public ContainerMethodInvokerHelper(Object targetObject, Class<? extends Annotation> annotationType)
public ContainerMethodInvokerHelper(Object targetObject, Class<? extends Annotation> annotationType, Class<?> expectedType)