Class MapEventTransformerFactories

java.lang.Object
io.micronaut.coherence.MapEventTransformerFactories

@Factory public class MapEventTransformerFactories extends Object
A Micronaut factory for producing MapEventTransformer instances.
Since:
1.0
Author:
Jonathan Knight
  • Field Details

    • ctx

      protected final io.micronaut.context.ApplicationContext ctx
      The Micronaut bean context.
    • extractorFactory

      protected final ExtractorFactories 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