Class RepositoryAnnotationMapper
java.lang.Object
io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
io.micronaut.spring.annotation.context.ComponentAnnotationMapper
io.micronaut.spring.annotation.context.RepositoryAnnotationMapper
- All Implemented Interfaces:
 io.micronaut.core.naming.Named,io.micronaut.inject.annotation.AnnotationMapper<Annotation>,io.micronaut.inject.annotation.NamedAnnotationMapper
Maps 
@Repository the same was as ComponentAnnotationMapper.- Since:
 - 1.0
 - Author:
 - graemerocher
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class io.micronaut.spring.annotation.context.ComponentAnnotationMapper
mapInternalMethods inherited from class io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
map 
- 
Constructor Details
- 
RepositoryAnnotationMapper
public RepositoryAnnotationMapper() 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfaceio.micronaut.core.naming.Named- Overrides:
 getNamein classComponentAnnotationMapper
 
 -