Class ServiceAnnotationMapper
java.lang.Object
io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
io.micronaut.spring.annotation.context.ComponentAnnotationMapper
io.micronaut.spring.annotation.context.ServiceAnnotationMapper
- All Implemented Interfaces:
- io.micronaut.core.naming.Named,- io.micronaut.inject.annotation.AnnotationMapper<Annotation>,- io.micronaut.inject.annotation.NamedAnnotationMapper
Maps 
@Service the same was as ComponentAnnotationMapper.- Since:
- 1.0
- Author:
- graemerocher
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.micronaut.spring.annotation.context.ComponentAnnotationMappermapInternalMethods inherited from class io.micronaut.spring.annotation.AbstractSpringAnnotationMappermap
- 
Constructor Details- 
ServiceAnnotationMapperpublic ServiceAnnotationMapper()
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein interface- io.micronaut.core.naming.Named
- Overrides:
- getNamein class- ComponentAnnotationMapper
 
 
-