Class CdiServiceEnricher

java.lang.Object
org.ocpsoft.rewrite.cdi.manager.BeanManagerAware
org.ocpsoft.rewrite.cdi.CdiServiceEnricher
All Implemented Interfaces:
org.ocpsoft.common.spi.ServiceEnricher

public class CdiServiceEnricher extends BeanManagerAware implements org.ocpsoft.common.spi.ServiceEnricher
Author:
Lincoln Baxter, III
  • Constructor Details

    • CdiServiceEnricher

      public CdiServiceEnricher()
  • 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