public static class ShortcutConfigurable.GatewayEvaluationContext extends Object implements org.springframework.expression.EvaluationContext
| Constructor and Description |
|---|
GatewayEvaluationContext(org.springframework.beans.factory.BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.expression.BeanResolver |
getBeanResolver() |
List<org.springframework.expression.ConstructorResolver> |
getConstructorResolvers() |
List<org.springframework.expression.MethodResolver> |
getMethodResolvers() |
org.springframework.expression.OperatorOverloader |
getOperatorOverloader() |
List<org.springframework.expression.PropertyAccessor> |
getPropertyAccessors() |
org.springframework.expression.TypedValue |
getRootObject() |
org.springframework.expression.TypeComparator |
getTypeComparator() |
org.springframework.expression.TypeConverter |
getTypeConverter() |
org.springframework.expression.TypeLocator |
getTypeLocator() |
Object |
lookupVariable(String name) |
void |
setVariable(String name,
Object value) |
public GatewayEvaluationContext(org.springframework.beans.factory.BeanFactory beanFactory)
public org.springframework.expression.TypedValue getRootObject()
getRootObject in interface org.springframework.expression.EvaluationContextpublic List<org.springframework.expression.PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in interface org.springframework.expression.EvaluationContextpublic List<org.springframework.expression.ConstructorResolver> getConstructorResolvers()
getConstructorResolvers in interface org.springframework.expression.EvaluationContextpublic List<org.springframework.expression.MethodResolver> getMethodResolvers()
getMethodResolvers in interface org.springframework.expression.EvaluationContext@Nullable public org.springframework.expression.BeanResolver getBeanResolver()
getBeanResolver in interface org.springframework.expression.EvaluationContextpublic org.springframework.expression.TypeLocator getTypeLocator()
getTypeLocator in interface org.springframework.expression.EvaluationContextpublic org.springframework.expression.TypeConverter getTypeConverter()
getTypeConverter in interface org.springframework.expression.EvaluationContextpublic org.springframework.expression.TypeComparator getTypeComparator()
getTypeComparator in interface org.springframework.expression.EvaluationContextpublic org.springframework.expression.OperatorOverloader getOperatorOverloader()
getOperatorOverloader in interface org.springframework.expression.EvaluationContextpublic void setVariable(String name, Object value)
setVariable in interface org.springframework.expression.EvaluationContextCopyright © 2022 Pivotal Software, Inc.. All rights reserved.