Uses of Interface
org.springframework.expression.BeanResolver
Packages that use BeanResolver
Package
Description
Expression parsing support within a Spring application context.
Core abstractions behind the Spring Expression Language.
SpEL's default implementations for various core abstractions.
-
Uses of BeanResolver in org.springframework.context.expression
Classes in org.springframework.context.expression that implement BeanResolverModifier and TypeClassDescriptionclass
SpELBeanResolver
that operates against a SpringBeanFactory
. -
Uses of BeanResolver in org.springframework.expression
Methods in org.springframework.expression that return BeanResolverModifier and TypeMethodDescriptionEvaluationContext.getBeanResolver()
Return a bean resolver that can look up beans by name. -
Uses of BeanResolver in org.springframework.expression.spel.support
Methods in org.springframework.expression.spel.support that return BeanResolverModifier and TypeMethodDescriptionSimpleEvaluationContext.getBeanResolver()
SimpleEvaluationContext
does not support the use of bean references.StandardEvaluationContext.getBeanResolver()
Get the configuredBeanResolver
for looking up beans, if any.Methods in org.springframework.expression.spel.support with parameters of type BeanResolverModifier and TypeMethodDescriptionvoid
StandardEvaluationContext.setBeanResolver
(BeanResolver beanResolver) Set theBeanResolver
to use for looking up beans, if any.