Class OpenAPIManagementAnnotationMapper
java.lang.Object
io.micronaut.openapi.annotation.mappers.OpenAPIManagementAnnotationMapper
- All Implemented Interfaces:
io.micronaut.inject.annotation.AnnotationMapper<OpenAPIManagement>
,io.micronaut.inject.annotation.TypedAnnotationMapper<OpenAPIManagement>
public class OpenAPIManagementAnnotationMapper
extends Object
implements io.micronaut.inject.annotation.TypedAnnotationMapper<OpenAPIManagement>
Mapper for management endpoints.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<io.micronaut.core.annotation.AnnotationValue<?>>
map
(io.micronaut.core.annotation.AnnotationValue<OpenAPIManagement> annotation, io.micronaut.inject.visitor.VisitorContext context)
-
Constructor Details
-
OpenAPIManagementAnnotationMapper
public OpenAPIManagementAnnotationMapper()
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceio.micronaut.inject.annotation.TypedAnnotationMapper<OpenAPIManagement>
-
map
public List<io.micronaut.core.annotation.AnnotationValue<?>> map(io.micronaut.core.annotation.AnnotationValue<OpenAPIManagement> annotation, io.micronaut.inject.visitor.VisitorContext context) - Specified by:
map
in interfaceio.micronaut.inject.annotation.AnnotationMapper<OpenAPIManagement>
-