Class SpringBootServiceLocator

  • All Implemented Interfaces:
    org.ocpsoft.common.spi.ServiceLocator

    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.java
    See Also:
    SpringServiceLocator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.util.Collection<java.lang.Class<T>> locate​(java.lang.Class<T> clazz)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringBootServiceLocator

        public SpringBootServiceLocator()
    • Method Detail

      • locate

        public <T> java.util.Collection<java.lang.Class<T>> locate​(java.lang.Class<T> clazz)
        Specified by:
        locate in interface org.ocpsoft.common.spi.ServiceLocator