Class SpringBootServiceLocator

java.lang.Object
org.joinfaces.rewrite.SpringBootServiceLocator
All Implemented Interfaces:
org.ocpsoft.common.spi.ServiceLocator

@Deprecated(forRemoval=true) public class SpringBootServiceLocator extends Object implements org.ocpsoft.common.spi.ServiceLocator
Deprecated, for removal: This API element is subject to removal in a future version.
ServiceLocator implementation 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 Details

    • SpringBootServiceLocator

      public SpringBootServiceLocator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • locate

      public <T> Collection<Class<T>> locate(Class<T> clazz)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      locate in interface org.ocpsoft.common.spi.ServiceLocator