Klasse SpringBootServiceLocator

java.lang.Object
org.joinfaces.rewrite.SpringBootServiceLocator
Alle implementierten Schnittstellen:
org.ocpsoft.common.spi.ServiceLocator

public class SpringBootServiceLocator extends 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.java
Siehe auch:
  • SpringServiceLocator
  • Konstruktordetails

    • SpringBootServiceLocator

      public SpringBootServiceLocator()
  • Methodendetails

    • locate

      public <T> Collection<Class<T>> locate(Class<T> clazz)
      Angegeben von:
      locate in Schnittstelle org.ocpsoft.common.spi.ServiceLocator