Class SpringBootServiceLocator
- java.lang.Object
- 
- org.joinfaces.autoconfigure.rewrite.SpringBootServiceLocator
 
- 
- All Implemented Interfaces:
- org.ocpsoft.common.spi.ServiceLocator
 
 public class SpringBootServiceLocator extends Object implements org.ocpsoft.common.spi.ServiceLocator ServiceLocatorimplementation for Spring. Inspired by https://github.com/ocpsoft/rewrite/blob/master/integration-spring/src/main/java/org/ocpsoft/rewrite/spring/SpringServiceLocator.java- See Also:
- SpringServiceLocator
 
- 
- 
Constructor SummaryConstructors Constructor Description SpringBootServiceLocator()
 
- 
- 
- 
Method Detail- 
locatepublic <T> Collection<Class<T>> locate(Class<T> clazz) - Specified by:
- locatein interface- org.ocpsoft.common.spi.ServiceLocator
 
 
- 
 
-