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