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<java.lang.annotation.Annotation>,io.micronaut.inject.annotation.NamedAnnotationMapper
public class RepositoryAnnotationMapper extends ComponentAnnotationMapper
Maps@Repositorythe same was asComponentAnnotationMapper.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description RepositoryAnnotationMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()-
Methods inherited from class io.micronaut.spring.annotation.context.ComponentAnnotationMapper
mapInternal
-
Methods inherited from class io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
map
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceio.micronaut.core.naming.Named- Overrides:
getNamein classComponentAnnotationMapper
-
-