Class CacheEvictAnnotationMapper
java.lang.Object
io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
io.micronaut.spring.annotation.cache.CacheableAnnotationMapper
io.micronaut.spring.annotation.cache.CacheEvictAnnotationMapper
- All Implemented Interfaces:
 io.micronaut.core.naming.Named,io.micronaut.inject.annotation.AnnotationMapper<Annotation>,io.micronaut.inject.annotation.NamedAnnotationMapper
Maps the Spring cache annotations.
- Since:
 - 1.0
 - Author:
 - graemerocher
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected @NonNull io.micronaut.core.annotation.AnnotationValueBuilder<? extends Annotation>Builds the target annotation.getName()Methods inherited from class io.micronaut.spring.annotation.cache.CacheableAnnotationMapper
mapInternalMethods inherited from class io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
map 
- 
Constructor Details
- 
CacheEvictAnnotationMapper
public CacheEvictAnnotationMapper() 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfaceio.micronaut.core.naming.Named- Overrides:
 getNamein classCacheableAnnotationMapper
 - 
buildAnnotation
@NonNull protected @NonNull io.micronaut.core.annotation.AnnotationValueBuilder<? extends Annotation> buildAnnotation()Description copied from class:CacheableAnnotationMapperBuilds the target annotation.- Overrides:
 buildAnnotationin classCacheableAnnotationMapper- Returns:
 - The annotation builder
 
 
 -