use of org.springframework.context.expression.BeanFactoryAccessor in project spring-cloud-gcp by spring-cloud.
the class SpannerPersistentEntityImpl method setApplicationContext.
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
this.context.addPropertyAccessor(new BeanFactoryAccessor());
this.context.setBeanResolver(new BeanFactoryResolver(applicationContext));
this.context.setRootObject(applicationContext);
}
Aggregations