Class MapEventTransformerService

java.lang.Object
com.oracle.coherence.spring.configuration.MapEventTransformerService

public class MapEventTransformerService extends Object
A service for producing MapEventTransformer instances.
Since:
3.0
Author:
Jonathan Knight, Gunnar Hillert
  • Field Details

    • applicationContext

      protected final ConfigurableApplicationContext applicationContext
      The Spring application context.
    • extractorFactory

      protected final ExtractorService extractorFactory
      The extractor factory for use when creating views.
  • Method Details

    • resolve

      public <K, V, U> com.tangosol.util.MapEventTransformer<K,V,U> resolve(Set<Annotation> annotations)
      Resolve a MapEventTransformer from the specified qualifier annotations.
      Type Parameters:
      K - the type of the keys of the entry to be transformed
      V - the type of the values of the entry to be transformed
      U - the type of the transformed values
      Parameters:
      annotations - the qualifier annotations to use to create the transformer
      Returns:
      a MapEventTransformer from the specified qualifier annotations