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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription<T> voidenrich(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:
producein 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:
enrichin interfaceorg.ocpsoft.common.spi.ServiceEnricher
-