Class SpringBootServiceEnricher

  • All Implemented Interfaces:
    org.ocpsoft.common.spi.ServiceEnricher

    public class SpringBootServiceEnricher
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> void enrich​(T service)  
      <T> java.util.Collection<T> produce​(java.lang.Class<T> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringBootServiceEnricher

        public SpringBootServiceEnricher()
    • Method Detail

      • produce

        public <T> java.util.Collection<T> produce​(java.lang.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