Class ContentRetentionPolicyAnnotationTransformer

java.lang.Object
io.micronaut.openapi.annotation.transformers.ContentRetentionPolicyAnnotationTransformer
All Implemented Interfaces:
io.micronaut.inject.annotation.AnnotationTransformer<io.swagger.v3.oas.annotations.media.Content>, io.micronaut.inject.annotation.TypedAnnotationTransformer<io.swagger.v3.oas.annotations.media.Content>

public class ContentRetentionPolicyAnnotationTransformer extends Object
Changes the Retention Policy of the annotation to SOURCE.
Since:
2.1
Author:
croudet
  • Constructor Details

    • ContentRetentionPolicyAnnotationTransformer

      public ContentRetentionPolicyAnnotationTransformer()
      Changes the Retention Policy of the annotation to SOURCE.
  • Method Details

    • transform

      public List<io.micronaut.core.annotation.AnnotationValue<?>> transform(io.micronaut.core.annotation.AnnotationValue<io.swagger.v3.oas.annotations.media.Content> annotation, io.micronaut.inject.visitor.VisitorContext context)
      Specified by:
      transform in interface io.micronaut.inject.annotation.AnnotationTransformer<T extends Annotation>
    • annotationType

      public Class<io.swagger.v3.oas.annotations.media.Content> annotationType()
      Specified by:
      annotationType in interface io.micronaut.inject.annotation.TypedAnnotationTransformer<T extends Annotation>