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 java.lang.Object implements io.micronaut.inject.annotation.TypedAnnotationMapper<OpenAPIManagement>
Mapper for management endpoints.
-
-
Constructor Summary
Constructors Constructor Description OpenAPIManagementAnnotationMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<OpenAPIManagement>annotationType()java.util.List<io.micronaut.core.annotation.AnnotationValue<?>>map(io.micronaut.core.annotation.AnnotationValue<OpenAPIManagement> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
-
-
-
Method Detail
-
annotationType
public java.lang.Class<OpenAPIManagement> annotationType()
- Specified by:
annotationTypein interfaceio.micronaut.inject.annotation.TypedAnnotationMapper<OpenAPIManagement>
-
map
public java.util.List<io.micronaut.core.annotation.AnnotationValue<?>> map(io.micronaut.core.annotation.AnnotationValue<OpenAPIManagement> annotation, io.micronaut.inject.visitor.VisitorContext visitorContext)
- Specified by:
mapin interfaceio.micronaut.inject.annotation.AnnotationMapper<OpenAPIManagement>
-
-