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
Constructors - 
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:
 annotationTypein 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:
 mapin interfaceio.micronaut.inject.annotation.AnnotationMapper<OpenAPIManagement>
 
 -