All Classes
-
All Classes Class Summary Annotation Types Summary Class Description AbstractSpringAnnotationMapper Abstract mapper for Spring annotations.AsyncAnnotationMapper Maps@Async
toAsync
.AutowiredAnnotationMapper Maps@Autowired
to javax.inject.Inject.BeanAnnotationMapper Maps@Bean
toBean
.CacheableAnnotationMapper Maps the Spring cache annotations.CacheEvictAnnotationMapper Maps the Spring cache annotations.CachePutAnnotationMapper Maps the Spring cache annotations.ComponentAnnotationMapper Maps@Component
toBean
with aDefaultScope
ofSingleton
.ConfigurationAnnotationMapper Maps@Configuration
toFactory
.EventListenerAnnotationMapper Maps@EventListener
toEventListener
.ImportAnnotationMapper Mapsio.micronaut.spring.beans.SpringImport
to Micronaut FrameworkImport
annotation.ImportAnnotationVisitor Handles the import importDeclaration allowing importing of additional Spring beans into a Micronaut application.LazyAnnotationMapper Makes@Lazy(false)
become aContext
scoped bean.PrimaryAnnotationMapper Maps@Primary
toPrimary
.ProfileAnnotationMapper Maps the Spring Profile annotation toRequires
.QualifierAnnotationMapper Maps@Qualifier
to javax.inject.Named.RepositoryAnnotationMapper Maps@Repository
the same was asComponentAnnotationMapper
.ScheduledAnnotationMapper Maps@Scheduled
toScheduled
.ServiceAnnotationMapper Maps@Service
the same was asComponentAnnotationMapper
.SpringConfigurationAdvice In order to support the semantics ofConfiguration
in Spring.SpringConfigurationInterceptor Implementation ofSpringConfigurationAdvice
.TransactionalAnnotationMapper Maps@Transactional
toio.micronaut.spring.tx.annotation.Transactional
.ValidatedAnnotationMapper Maps@Validated
toValidated
.ValueAnnotationMapper Maps@Value
toValue
.