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.String
getName()
-
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:
getName
in interfaceio.micronaut.core.naming.Named
- Overrides:
getName
in classCacheableAnnotationMapper
-
buildAnnotation
@NonNull protected io.micronaut.core.annotation.AnnotationValueBuilder<? extends java.lang.annotation.Annotation> buildAnnotation()
Description copied from class:CacheableAnnotationMapper
Builds the target annotation.- Overrides:
buildAnnotation
in classCacheableAnnotationMapper
- Returns:
- The annotation builder
-
-