public class SpringBootServiceLocator
extends java.lang.Object
implements org.ocpsoft.common.spi.ServiceLocator
ServiceLocator implementation for Spring. Inspired by
https://github.com/ocpsoft/rewrite/blob/master/integration-spring/src/main/java/org/ocpsoft/rewrite/spring/SpringServiceLocator.javaSpringServiceLocator| Constructor and Description |
|---|
SpringBootServiceLocator() |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.Collection<java.lang.Class<T>> |
locate(java.lang.Class<T> clazz) |