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
-
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
mapInternal
Methods inherited from class io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
map
-
Constructor Details
-
CacheEvictAnnotationMapper
public CacheEvictAnnotationMapper()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceio.micronaut.core.naming.Named
- Overrides:
getName
in classCacheableAnnotationMapper
-
buildAnnotation
@NonNull protected @NonNull io.micronaut.core.annotation.AnnotationValueBuilder<? extends Annotation> buildAnnotation()Description copied from class:CacheableAnnotationMapper
Builds the target annotation.- Overrides:
buildAnnotation
in classCacheableAnnotationMapper
- Returns:
- The annotation builder
-