Package org.joinfaces.rewrite
Klasse SpringBootServiceEnricher
java.lang.Object
org.joinfaces.rewrite.SpringBootServiceEnricher
- Alle implementierten Schnittstellen:
org.ocpsoft.common.spi.ServiceEnricher
public class SpringBootServiceEnricher
extends Object
implements org.ocpsoft.common.spi.ServiceEnricher
ServiceEnricher
for Spring based applications.
This implementation also supports the ServiceEnricher.produce(Class)
method
(which SpringServiceEnricher
does not)
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
SpringBootServiceEnricher
public SpringBootServiceEnricher()
-
-
Methodendetails
-
produce
- Angegeben von:
produce
in Schnittstelleorg.ocpsoft.common.spi.ServiceEnricher
-
enrich
public <T> void enrich(T service) - Angegeben von:
enrich
in Schnittstelleorg.ocpsoft.common.spi.ServiceEnricher
-