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:
  • SpringServiceEnricher
  • Konstruktordetails

    • SpringBootServiceEnricher

      public SpringBootServiceEnricher()
  • Methodendetails

    • produce

      public <T> Collection<T> produce(Class<T> type)
      Angegeben von:
      produce in Schnittstelle org.ocpsoft.common.spi.ServiceEnricher
    • enrich

      public <T> void enrich(T service)
      Angegeben von:
      enrich in Schnittstelle org.ocpsoft.common.spi.ServiceEnricher