Class WebhooksRetentionPolicyAnnotationTransformer
java.lang.Object
io.micronaut.openapi.annotation.transformers.WebhooksRetentionPolicyAnnotationTransformer
- All Implemented Interfaces:
io.micronaut.inject.annotation.AnnotationTransformer<io.swagger.v3.oas.annotations.Webhooks>
,io.micronaut.inject.annotation.TypedAnnotationTransformer<io.swagger.v3.oas.annotations.Webhooks>
Changes the Retention Policy of the annotation to SOURCE.
- Since:
- 6.7.0
-
Constructor Summary
ConstructorDescriptionChanges the Retention Policy of the annotation to SOURCE. -
Method Summary
-
Constructor Details
-
WebhooksRetentionPolicyAnnotationTransformer
public WebhooksRetentionPolicyAnnotationTransformer()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.Webhooks> annotation, io.micronaut.inject.visitor.VisitorContext context) - Specified by:
transform
in interfaceio.micronaut.inject.annotation.AnnotationTransformer<T extends Annotation>
-
annotationType
- Specified by:
annotationType
in interfaceio.micronaut.inject.annotation.TypedAnnotationTransformer<T extends Annotation>
-