Class StoreParamsAnnotationMapper

java.lang.Object
io.micronaut.microstream.annotations.StoreParamsAnnotationMapper
All Implemented Interfaces:
io.micronaut.inject.annotation.AnnotationMapper<StoreParams>, io.micronaut.inject.annotation.TypedAnnotationMapper<StoreParams>

@Internal public class StoreParamsAnnotationMapper extends Object implements io.micronaut.inject.annotation.TypedAnnotationMapper<StoreParams>
Maps the StoreParams annotation to the Store annotation.
Since:
1.0.0
Author:
Sergio del Amo
  • Field Details

  • Constructor Details

    • StoreParamsAnnotationMapper

      public StoreParamsAnnotationMapper()
  • Method Details

    • map

      public List<io.micronaut.core.annotation.AnnotationValue<?>> map(io.micronaut.core.annotation.AnnotationValue<StoreParams> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
      Specified by:
      map in interface io.micronaut.inject.annotation.AnnotationMapper<StoreParams>
    • annotationType

      public Class<StoreParams> annotationType()
      Specified by:
      annotationType in interface io.micronaut.inject.annotation.TypedAnnotationMapper<StoreParams>