Package org.joinfaces.rewrite
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 Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription<T> Collection<Class<T>>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SpringBootServiceLocator
public SpringBootServiceLocator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
locate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
locate
in interfaceorg.ocpsoft.common.spi.ServiceLocator
-