Class SpringBootServiceEnricher

java.lang.Object
org.joinfaces.rewrite.SpringBootServiceEnricher
All Implemented Interfaces:
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)

See Also:
  • SpringServiceEnricher
  • Constructor Details

    • SpringBootServiceEnricher

      public SpringBootServiceEnricher()
  • Method Details

    • produce

      public <T> Collection<T> produce(Class<T> type)
      Specified by:
      produce in interface org.ocpsoft.common.spi.ServiceEnricher
    • enrich

      public <T> void enrich(T service)
      Specified by:
      enrich in interface org.ocpsoft.common.spi.ServiceEnricher