Class ShortcutConfigurable.GatewayEvaluationContext
java.lang.Object
org.springframework.cloud.gateway.support.ShortcutConfigurable.GatewayEvaluationContext
- All Implemented Interfaces:
org.springframework.expression.EvaluationContext
- Enclosing interface:
- ShortcutConfigurable
public static class ShortcutConfigurable.GatewayEvaluationContext
extends Object
implements org.springframework.expression.EvaluationContext
-
Constructor Summary
ConstructorsConstructorDescriptionGatewayEvaluationContext(org.springframework.beans.factory.BeanFactory beanFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.expression.BeanResolverList<org.springframework.expression.ConstructorResolver>List<org.springframework.expression.MethodResolver>org.springframework.expression.OperatorOverloaderList<org.springframework.expression.PropertyAccessor>org.springframework.expression.TypedValueorg.springframework.expression.TypeComparatororg.springframework.expression.TypeConverterorg.springframework.expression.TypeLocatorlookupVariable(String name) voidsetVariable(String name, Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.expression.EvaluationContext
assignVariable
-
Constructor Details
-
GatewayEvaluationContext
public GatewayEvaluationContext(org.springframework.beans.factory.BeanFactory beanFactory)
-
-
Method Details
-
getRootObject
public org.springframework.expression.TypedValue getRootObject()- Specified by:
getRootObjectin interfaceorg.springframework.expression.EvaluationContext
-
getPropertyAccessors
- Specified by:
getPropertyAccessorsin interfaceorg.springframework.expression.EvaluationContext
-
getConstructorResolvers
- Specified by:
getConstructorResolversin interfaceorg.springframework.expression.EvaluationContext
-
getMethodResolvers
- Specified by:
getMethodResolversin interfaceorg.springframework.expression.EvaluationContext
-
getBeanResolver
@Nullable public org.springframework.expression.BeanResolver getBeanResolver()- Specified by:
getBeanResolverin interfaceorg.springframework.expression.EvaluationContext
-
getTypeLocator
public org.springframework.expression.TypeLocator getTypeLocator()- Specified by:
getTypeLocatorin interfaceorg.springframework.expression.EvaluationContext
-
getTypeConverter
public org.springframework.expression.TypeConverter getTypeConverter()- Specified by:
getTypeConverterin interfaceorg.springframework.expression.EvaluationContext
-
getTypeComparator
public org.springframework.expression.TypeComparator getTypeComparator()- Specified by:
getTypeComparatorin interfaceorg.springframework.expression.EvaluationContext
-
getOperatorOverloader
public org.springframework.expression.OperatorOverloader getOperatorOverloader()- Specified by:
getOperatorOverloaderin interfaceorg.springframework.expression.EvaluationContext
-
setVariable
- Specified by:
setVariablein interfaceorg.springframework.expression.EvaluationContext
-
lookupVariable
- Specified by:
lookupVariablein interfaceorg.springframework.expression.EvaluationContext
-