Class CachePutAnnotationMapper
- java.lang.Object
-
- io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
-
- io.micronaut.spring.annotation.cache.CacheableAnnotationMapper
-
- io.micronaut.spring.annotation.cache.CachePutAnnotationMapper
-
- All Implemented Interfaces:
io.micronaut.core.naming.Named,io.micronaut.inject.annotation.AnnotationMapper<java.lang.annotation.Annotation>,io.micronaut.inject.annotation.NamedAnnotationMapper
public class CachePutAnnotationMapper extends CacheableAnnotationMapper
Maps the Spring cache annotations.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description CachePutAnnotationMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.micronaut.core.annotation.AnnotationValueBuilder<? extends java.lang.annotation.Annotation>buildAnnotation()Builds the target annotation.java.lang.StringgetName()-
Methods inherited from class io.micronaut.spring.annotation.cache.CacheableAnnotationMapper
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 classCacheableAnnotationMapper
-
buildAnnotation
@NonNull protected io.micronaut.core.annotation.AnnotationValueBuilder<? extends java.lang.annotation.Annotation> buildAnnotation()
Description copied from class:CacheableAnnotationMapperBuilds the target annotation.- Overrides:
buildAnnotationin classCacheableAnnotationMapper- Returns:
- The annotation builder
-
-