Class UnionEvaluationContext
java.lang.Object
pro.verron.officestamper.core.UnionEvaluationContext
- All Implemented Interfaces:
org.springframework.expression.EvaluationContext
public class UnionEvaluationContext
extends Object
implements org.springframework.expression.EvaluationContext
An
EvaluationContext that combines multiple contexts.-
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.springframework.expression.EvaluationContextReturns the wrapped evaluation context.@Nullable org.springframework.expression.BeanResolverList<org.springframework.expression.ConstructorResolver> List<org.springframework.expression.IndexAccessor> 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.TypeLocatorinthashCode()invokers()Returns the invokers.@Nullable ObjectlookupVariable(String name) voidsetVariable(String name, @Nullable Object value) toString()Methods inherited from interface org.springframework.expression.EvaluationContext
assignVariable, isAssignmentEnabled
-
Method Details
-
getRootObject
public org.springframework.expression.TypedValue getRootObject()- Specified by:
getRootObjectin interfaceorg.springframework.expression.EvaluationContext
-
getPropertyAccessors
- Specified by:
getPropertyAccessorsin interfaceorg.springframework.expression.EvaluationContext
-
getIndexAccessors
- Specified by:
getIndexAccessorsin interfaceorg.springframework.expression.EvaluationContext
-
getConstructorResolvers
- Specified by:
getConstructorResolversin interfaceorg.springframework.expression.EvaluationContext
-
getMethodResolvers
- Specified by:
getMethodResolversin interfaceorg.springframework.expression.EvaluationContext
-
getBeanResolver
public @Nullable 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
-
lookupVariable
-
evaluationContext
public org.springframework.expression.EvaluationContext evaluationContext()Returns the wrapped evaluation context.- Returns:
- the evaluation context
-
invokers
-
hashCode
-
equals
-
toString
-