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
-
Method Summary
Methods inherited from class io.micronaut.spring.annotation.context.ComponentAnnotationMapper
mapInternal
Methods inherited from class io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
map
-
Constructor Details
-
RepositoryAnnotationMapper
public RepositoryAnnotationMapper()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceio.micronaut.core.naming.Named
- Overrides:
getName
in classComponentAnnotationMapper
-