Class ImportAnnotationMapper

  • All Implemented Interfaces:
    io.micronaut.inject.annotation.AnnotationMapper<org.springframework.context.annotation.Import>, io.micronaut.inject.annotation.TypedAnnotationMapper<org.springframework.context.annotation.Import>

    @Internal
    public final class ImportAnnotationMapper
    extends java.lang.Object
    implements io.micronaut.inject.annotation.TypedAnnotationMapper<org.springframework.context.annotation.Import>
    Maps io.micronaut.spring.beans.SpringImport to Micronaut Framework Import annotation.
    Since:
    4.3.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<org.springframework.context.annotation.Import> annotationType()  
      java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> map​(io.micronaut.core.annotation.AnnotationValue<org.springframework.context.annotation.Import> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)  
      • Methods inherited from class java.lang.Object

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

      • ImportAnnotationMapper

        public ImportAnnotationMapper()
    • Method Detail

      • annotationType

        public java.lang.Class<org.springframework.context.annotation.Import> annotationType()
        Specified by:
        annotationType in interface io.micronaut.inject.annotation.TypedAnnotationMapper<org.springframework.context.annotation.Import>
      • map

        public java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> map​(io.micronaut.core.annotation.AnnotationValue<org.springframework.context.annotation.Import> annotation,
                                                                                   io.micronaut.inject.visitor.VisitorContext visitorContext)
        Specified by:
        map in interface io.micronaut.inject.annotation.AnnotationMapper<org.springframework.context.annotation.Import>