Package org.joinfaces.rewrite
Class SpringBootServiceEnricher
java.lang.Object
org.joinfaces.rewrite.SpringBootServiceEnricher
- All Implemented Interfaces:
org.ocpsoft.common.spi.ServiceEnricher
@Deprecated(forRemoval=true)
public class SpringBootServiceEnricher
extends Object
implements org.ocpsoft.common.spi.ServiceEnricher
Deprecated, for removal: This API element is subject to removal in a future version.
ServiceEnricher
for Spring based applications.
This implementation also supports the ServiceEnricher.produce(Class)
method
(which SpringServiceEnricher
does not)
- See Also:
-
SpringServiceEnricher
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription<T> void
enrich
(T service) Deprecated, for removal: This API element is subject to removal in a future version.<T> Collection<T>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SpringBootServiceEnricher
public SpringBootServiceEnricher()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
produce
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
produce
in interfaceorg.ocpsoft.common.spi.ServiceEnricher
-
enrich
public <T> void enrich(T service) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
enrich
in interfaceorg.ocpsoft.common.spi.ServiceEnricher
-