@Internal public class DenyAllAnnotationMapper extends Object implements TypedAnnotationMapper<DenyAll>
DenyAll annotation in Micronaut.| Constructor and Description |
|---|
DenyAllAnnotationMapper() |
| Modifier and Type | Method and Description |
|---|---|
Class<DenyAll> |
annotationType()
The annotation type to be mapped.
|
List<AnnotationValue<?>> |
map(AnnotationValue<DenyAll> annotation,
VisitorContext visitorContext)
The map method will be called for each instances of the annotation returned via this method.
|
public Class<DenyAll> annotationType()
TypedAnnotationMapperannotationType in interface TypedAnnotationMapper<DenyAll>public List<AnnotationValue<?>> map(AnnotationValue<DenyAll> annotation, VisitorContext visitorContext)
AnnotationMappermap in interface AnnotationMapper<DenyAll>annotation - The annotation valuesvisitorContext - The context that is being visited