Class SpringBootServiceEnricher
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.rewrite.SpringBootServiceEnricher
 
 
- 
- All Implemented Interfaces:
 org.ocpsoft.common.spi.ServiceEnricher
public class SpringBootServiceEnricher extends Object implements org.ocpsoft.common.spi.ServiceEnricher
ServiceEnricherfor Spring based applications.This implementation also supports the
ServiceEnricher.produce(Class)method (whichSpringServiceEnricherdoes not)- See Also:
 SpringServiceEnricher
 
- 
- 
Constructor Summary
Constructors Constructor Description SpringBootServiceEnricher() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> voidenrich(T service)<T> Collection<T>produce(Class<T> type) 
 - 
 
- 
- 
Method Detail
- 
produce
public <T> Collection<T> produce(Class<T> type)
- Specified by:
 producein interfaceorg.ocpsoft.common.spi.ServiceEnricher
 
- 
enrich
public <T> void enrich(T service)
- Specified by:
 enrichin interfaceorg.ocpsoft.common.spi.ServiceEnricher
 
 - 
 
 -