接口的使用
org.springframework.expression.BeanResolver
使用BeanResolver的程序包 程序包 说明 org.springframework.context.expression Expression parsing support within a Spring application context.org.springframework.expression Core abstractions behind the Spring Expression Language.org.springframework.expression.spel.support SpEL's default implementations for various core abstractions.org.springframework.context.expression中BeanResolver的使用
实现BeanResolver的org.springframework.context.expression中的类 修饰符和类型 类 说明 classBeanFactoryResolverEL bean resolver that operates against a SpringBeanFactory.org.springframework.expression中BeanResolver的使用
返回BeanResolver的org.springframework.expression中的方法 修饰符和类型 方法 说明 BeanResolverEvaluationContext. getBeanResolver()Return a bean resolver that can look up beans by name.org.springframework.expression.spel.support中BeanResolver的使用
返回BeanResolver的org.springframework.expression.spel.support中的方法 修饰符和类型 方法 说明 BeanResolverSimpleEvaluationContext. getBeanResolver()SimpleEvaluationContextdoes not support the use of bean references.BeanResolverStandardEvaluationContext. getBeanResolver()参数类型为BeanResolver的org.springframework.expression.spel.support中的方法 修饰符和类型 方法 说明 voidStandardEvaluationContext. setBeanResolver(BeanResolver beanResolver)