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 Details

    • OpenAPIManagementAnnotationMapper

      public OpenAPIManagementAnnotationMapper()
  • Method Details

    • annotationType

      public Class<OpenAPIManagement> annotationType()
      Specified by:
      annotationType in interface io.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 interface io.micronaut.inject.annotation.AnnotationMapper<OpenAPIManagement>