+ +
+ +

Class FallbackAnnotationMapper

+
+
java.lang.Object +
io.micronaut.spring.annotation.context.FallbackAnnotationMapper
+
+
+
+
All Implemented Interfaces:
+
io.micronaut.inject.annotation.AnnotationMapper<org.springframework.context.annotation.Fallback>, io.micronaut.inject.annotation.TypedAnnotationMapper<org.springframework.context.annotation.Fallback>
+
+
+
public class FallbackAnnotationMapper +extends Object +implements io.micronaut.inject.annotation.TypedAnnotationMapper<org.springframework.context.annotation.Fallback>
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    Class<org.springframework.context.annotation.Fallback>
    + +
     
    +
    List<io.micronaut.core.annotation.AnnotationValue<?>>
    +
    map(io.micronaut.core.annotation.AnnotationValue<org.springframework.context.annotation.Fallback> 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 Details

    +
      +
    • +
      +

      FallbackAnnotationMapper

      +
      public FallbackAnnotationMapper()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      annotationType

      +
      public Class<org.springframework.context.annotation.Fallback> annotationType()
      +
      +
      Specified by:
      +
      annotationType in interface io.micronaut.inject.annotation.TypedAnnotationMapper<org.springframework.context.annotation.Fallback>
      +
      +
      +
    • +
    • +
      +

      map

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