Class SpringBootBeanNameResolver
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.rewrite.SpringBootBeanNameResolver
 
 
- 
- All Implemented Interfaces:
 org.ocpsoft.rewrite.el.spi.BeanNameResolver
public class SpringBootBeanNameResolver extends java.lang.Object implements org.ocpsoft.rewrite.el.spi.BeanNameResolverBeanNameResolverimplementation for Spring. Inspired by https://github.com/ocpsoft/rewrite/blob/master/integration-spring/src/main/java/org/ocpsoft/rewrite/spring/SpringServiceEnricher.java- See Also:
 SpringBeanNameResolver
 
- 
- 
Constructor Summary
Constructors Constructor Description SpringBootBeanNameResolver(org.springframework.context.ApplicationContext context) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBeanName(java.lang.Class<?> clazz) 
 -