A B C E G I L M P Q R S T V 
All Classes All Packages

A

AbstractSpringAnnotationMapper - Class in io.micronaut.spring.annotation
Abstract mapper for Spring annotations.
AbstractSpringAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
 
annotationType() - Method in class io.micronaut.spring.annotation.beans.ImportAnnotationMapper
 
AsyncAnnotationMapper - Class in io.micronaut.spring.annotation.scheduling
Maps @Async to Async.
AsyncAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.scheduling.AsyncAnnotationMapper
 
AutowiredAnnotationMapper - Class in io.micronaut.spring.annotation.context
Maps @Autowired to javax.inject.Inject.
AutowiredAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.AutowiredAnnotationMapper
 

B

BeanAnnotationMapper - Class in io.micronaut.spring.annotation.context
Maps @Bean to Bean.
BeanAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.BeanAnnotationMapper
 
buildAnnotation() - Method in class io.micronaut.spring.annotation.cache.CacheableAnnotationMapper
Builds the target annotation.
buildAnnotation() - Method in class io.micronaut.spring.annotation.cache.CacheEvictAnnotationMapper
 
buildAnnotation() - Method in class io.micronaut.spring.annotation.cache.CachePutAnnotationMapper
 

C

CacheableAnnotationMapper - Class in io.micronaut.spring.annotation.cache
Maps the Spring cache annotations.
CacheableAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.cache.CacheableAnnotationMapper
 
CacheEvictAnnotationMapper - Class in io.micronaut.spring.annotation.cache
Maps the Spring cache annotations.
CacheEvictAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.cache.CacheEvictAnnotationMapper
 
CachePutAnnotationMapper - Class in io.micronaut.spring.annotation.cache
Maps the Spring cache annotations.
CachePutAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.cache.CachePutAnnotationMapper
 
ComponentAnnotationMapper - Class in io.micronaut.spring.annotation.context
Maps @Component to Bean with a DefaultScope of Singleton.
ComponentAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.ComponentAnnotationMapper
 
ConfigurationAnnotationMapper - Class in io.micronaut.spring.annotation.context
Maps @Configuration to Factory.
ConfigurationAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.ConfigurationAnnotationMapper
 

E

EventListenerAnnotationMapper - Class in io.micronaut.spring.annotation.event
Maps @EventListener to EventListener.
EventListenerAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.event.EventListenerAnnotationMapper
 

G

getName() - Method in class io.micronaut.spring.annotation.cache.CacheableAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.cache.CacheEvictAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.cache.CachePutAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.AutowiredAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.BeanAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.ComponentAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.ConfigurationAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.LazyAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.PrimaryAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.ProfileAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.QualifierAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.RepositoryAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.ServiceAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.context.ValueAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.event.EventListenerAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.scheduling.AsyncAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.scheduling.ScheduledAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.tx.TransactionalAnnotationMapper
 
getName() - Method in class io.micronaut.spring.annotation.validation.ValidatedAnnotationMapper
 
getSupportedAnnotationNames() - Method in class io.micronaut.spring.annotation.beans.ImportAnnotationVisitor
 
getVisitorKind() - Method in class io.micronaut.spring.annotation.beans.ImportAnnotationVisitor
 

I

ImportAnnotationMapper - Class in io.micronaut.spring.annotation.beans
Maps io.micronaut.spring.beans.SpringImport to Micronaut Framework Import annotation.
ImportAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.beans.ImportAnnotationMapper
 
ImportAnnotationVisitor - Class in io.micronaut.spring.annotation.beans
Handles the import importDeclaration allowing importing of additional Spring beans into a Micronaut application.
ImportAnnotationVisitor() - Constructor for class io.micronaut.spring.annotation.beans.ImportAnnotationVisitor
 
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.spring.context.aop.SpringConfigurationInterceptor
 
io.micronaut.spring.annotation - package io.micronaut.spring.annotation
 
io.micronaut.spring.annotation.beans - package io.micronaut.spring.annotation.beans
 
io.micronaut.spring.annotation.cache - package io.micronaut.spring.annotation.cache
 
io.micronaut.spring.annotation.context - package io.micronaut.spring.annotation.context
 
io.micronaut.spring.annotation.event - package io.micronaut.spring.annotation.event
 
io.micronaut.spring.annotation.scheduling - package io.micronaut.spring.annotation.scheduling
 
io.micronaut.spring.annotation.tx - package io.micronaut.spring.annotation.tx
 
io.micronaut.spring.annotation.validation - package io.micronaut.spring.annotation.validation
 
io.micronaut.spring.context.aop - package io.micronaut.spring.context.aop
 

L

LazyAnnotationMapper - Class in io.micronaut.spring.annotation.context
Makes @Lazy(false) become a Context scoped bean.
LazyAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.LazyAnnotationMapper
 

M

map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
 
map(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.tx.TransactionalAnnotationMapper
 
map(AnnotationValue<Import>, VisitorContext) - Method in class io.micronaut.spring.annotation.beans.ImportAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
Internal map implemenation that subclasses should implement.
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.cache.CacheableAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.context.AutowiredAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.context.BeanAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.context.ComponentAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.context.ConfigurationAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.context.LazyAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.context.PrimaryAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.context.ProfileAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.context.QualifierAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.context.ValueAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.event.EventListenerAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.scheduling.AsyncAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.scheduling.ScheduledAnnotationMapper
 
mapInternal(AnnotationValue<Annotation>, VisitorContext) - Method in class io.micronaut.spring.annotation.validation.ValidatedAnnotationMapper
 

P

PrimaryAnnotationMapper - Class in io.micronaut.spring.annotation.context
Maps @Primary to Primary.
PrimaryAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.PrimaryAnnotationMapper
 
ProfileAnnotationMapper - Class in io.micronaut.spring.annotation.context
Maps the Spring Profile annotation to Requires.
ProfileAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.ProfileAnnotationMapper
 

Q

QualifierAnnotationMapper - Class in io.micronaut.spring.annotation.context
Maps @Qualifier to javax.inject.Named.
QualifierAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.QualifierAnnotationMapper
 

R

RepositoryAnnotationMapper - Class in io.micronaut.spring.annotation.context
Maps @Repository the same was as ComponentAnnotationMapper.
RepositoryAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.RepositoryAnnotationMapper
 

S

ScheduledAnnotationMapper - Class in io.micronaut.spring.annotation.scheduling
Maps @Scheduled to Scheduled.
ScheduledAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.scheduling.ScheduledAnnotationMapper
 
ServiceAnnotationMapper - Class in io.micronaut.spring.annotation.context
Maps @Service the same was as ComponentAnnotationMapper.
ServiceAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.ServiceAnnotationMapper
 
SpringConfigurationAdvice - Annotation Type in io.micronaut.spring.context.aop
In order to support the semantics of Configuration in Spring.
SpringConfigurationInterceptor - Class in io.micronaut.spring.context.aop
Implementation of SpringConfigurationAdvice.
SpringConfigurationInterceptor() - Constructor for class io.micronaut.spring.context.aop.SpringConfigurationInterceptor
 

T

TransactionalAnnotationMapper - Class in io.micronaut.spring.annotation.tx
Maps @Transactional to io.micronaut.spring.tx.annotation.Transactional.
TransactionalAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.tx.TransactionalAnnotationMapper
 

V

ValidatedAnnotationMapper - Class in io.micronaut.spring.annotation.validation
Maps @Validated to Validated.
ValidatedAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.validation.ValidatedAnnotationMapper
 
ValueAnnotationMapper - Class in io.micronaut.spring.annotation.context
Maps @Value to Value.
ValueAnnotationMapper() - Constructor for class io.micronaut.spring.annotation.context.ValueAnnotationMapper
 
visitClass(ClassElement, VisitorContext) - Method in class io.micronaut.spring.annotation.beans.ImportAnnotationVisitor
 
A B C E G I L M P Q R S T V 
All Classes All Packages