All Classes
-
All Classes Class Summary Annotation Types Summary Class Description AbstractSpringAnnotationMapper Abstract mapper for Spring annotations.AsyncAnnotationMapper Maps@AsynctoAsync.AutowiredAnnotationMapper Maps@Autowiredto javax.inject.Inject.BeanAnnotationMapper Maps@BeantoBean.CacheableAnnotationMapper Maps the Spring cache annotations.CacheEvictAnnotationMapper Maps the Spring cache annotations.CachePutAnnotationMapper Maps the Spring cache annotations.ComponentAnnotationMapper Maps@ComponenttoBeanwith aDefaultScopeofSingleton.ConfigurationAnnotationMapper Maps@ConfigurationtoFactory.EventListenerAnnotationMapper Maps@EventListenertoEventListener.ImportAnnotationMapper Mapsio.micronaut.spring.beans.SpringImportto Micronaut FrameworkImportannotation.ImportAnnotationVisitor Handles the import importDeclaration allowing importing of additional Spring beans into a Micronaut application.LazyAnnotationMapper Makes@Lazy(false)become aContextscoped bean.PrimaryAnnotationMapper Maps@PrimarytoPrimary.ProfileAnnotationMapper Maps the Spring Profile annotation toRequires.QualifierAnnotationMapper Maps@Qualifierto javax.inject.Named.RepositoryAnnotationMapper Maps@Repositorythe same was asComponentAnnotationMapper.ScheduledAnnotationMapper Maps@ScheduledtoScheduled.ServiceAnnotationMapper Maps@Servicethe same was asComponentAnnotationMapper.SpringConfigurationAdvice In order to support the semantics ofConfigurationin Spring.SpringConfigurationInterceptor Implementation ofSpringConfigurationAdvice.TransactionalAnnotationMapper Maps@Transactionaltoio.micronaut.spring.tx.annotation.Transactional.ValidatedAnnotationMapper Maps@ValidatedtoValidated.ValueAnnotationMapper Maps@ValuetoValue.