Uses of Class
org.springframework.beans.factory.config.BeanExpressionContext
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Expression parsing support within a Spring application context.
-
Uses of BeanExpressionContext in org.springframework.beans.factory.config
Modifier and TypeMethodDescriptionBeanExpressionResolver.evaluate
(String value, BeanExpressionContext beanExpressionContext) Evaluate the given value as an expression, if applicable; return the value as-is otherwise. -
Uses of BeanExpressionContext in org.springframework.context.expression
Modifier and TypeMethodDescriptionStandardBeanExpressionResolver.evaluate
(String value, BeanExpressionContext beanExpressionContext)