Class CacheableAnnotationMapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected io.micronaut.core.annotation.AnnotationValueBuilder<? extends java.lang.annotation.Annotation> buildAnnotation()
      Builds the target annotation.
      java.lang.String getName()  
      protected java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> mapInternal​(io.micronaut.core.annotation.AnnotationValue<java.lang.annotation.Annotation> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
      Internal map implemenation that subclasses should implement.
      • Methods inherited from class java.lang.Object

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

      • CacheableAnnotationMapper

        public CacheableAnnotationMapper()
    • Method Detail

      • mapInternal

        protected java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> mapInternal​(io.micronaut.core.annotation.AnnotationValue<java.lang.annotation.Annotation> annotation,
                                                                                              io.micronaut.inject.visitor.VisitorContext visitorContext)
        Description copied from class: AbstractSpringAnnotationMapper
        Internal map implemenation that subclasses should implement.
        Specified by:
        mapInternal in class AbstractSpringAnnotationMapper
        Parameters:
        annotation - The annotation
        visitorContext - The visitor context
        Returns:
        A list of annotations
      • getName

        public java.lang.String getName()
      • buildAnnotation

        @NonNull
        protected io.micronaut.core.annotation.AnnotationValueBuilder<? extends java.lang.annotation.Annotation> buildAnnotation()
        Builds the target annotation.
        Returns:
        The annotation builder