Class StoreRootAnnotationMapper

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

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

    • StoreRootAnnotationMapper

      public StoreRootAnnotationMapper()
  • Method Details

    • map

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

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