Class SpringBootServiceEnricher

java.lang.Object
org.joinfaces.rewrite.SpringBootServiceEnricher
All Implemented Interfaces:
org.ocpsoft.common.spi.ServiceEnricher

@Deprecated(forRemoval=true) public class SpringBootServiceEnricher extends Object implements org.ocpsoft.common.spi.ServiceEnricher
Deprecated, for removal: This API element is subject to removal in a future version.
ServiceEnricher for Spring based applications.

This implementation also supports the ServiceEnricher.produce(Class) method (which SpringServiceEnricher does not)

See Also:
  • SpringServiceEnricher
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> void
    enrich(T service)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    <T> Collection<T>
    produce(Class<T> type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • SpringBootServiceEnricher

      public SpringBootServiceEnricher()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • produce

      public <T> Collection<T> produce(Class<T> type)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      produce in interface org.ocpsoft.common.spi.ServiceEnricher
    • enrich

      public <T> void enrich(T service)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      enrich in interface org.ocpsoft.common.spi.ServiceEnricher