Package | Description |
---|---|
org.springframework.beans.factory.config |
SPI interfaces and configuration-related convenience classes for bean factories.
|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.context.expression |
Expression parsing support within a Spring application context.
|
Modifier and Type | Method and Description |
---|---|
BeanExpressionResolver |
ConfigurableBeanFactory.getBeanExpressionResolver()
Return the resolution strategy for expressions in bean definition values.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableBeanFactory.setBeanExpressionResolver(BeanExpressionResolver resolver)
Specify the resolution strategy for expressions in bean definition values.
|
Modifier and Type | Method and Description |
---|---|
BeanExpressionResolver |
AbstractBeanFactory.getBeanExpressionResolver() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBeanFactory.setBeanExpressionResolver(BeanExpressionResolver resolver) |
Modifier and Type | Class and Description |
---|---|
class |
StandardBeanExpressionResolver
Standard implementation of the
BeanExpressionResolver
interface, parsing and evaluating Spring EL using Spring's expression module. |