Class OpenApiConfigAnnotation.ParserApply
java.lang.Object
org.apache.juneau.AnnotationApplier<OpenApiConfig,OpenApiParser.Builder>
org.apache.juneau.oapi.annotation.OpenApiConfigAnnotation.ParserApply
- Enclosing class:
- OpenApiConfigAnnotation
public static class OpenApiConfigAnnotation.ParserApply
extends AnnotationApplier<OpenApiConfig,OpenApiParser.Builder>
Applies
OpenApiConfig annotations to a OpenApiParser.Builder.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidApply the specified annotation to the specified property store builder.
-
Constructor Details
-
ParserApply
Constructor.- Parameters:
vr- The resolver for resolving values in annotations.
-
-
Method Details
-
apply
Description copied from class:AnnotationApplierApply the specified annotation to the specified property store builder.- Specified by:
applyin classAnnotationApplier<OpenApiConfig,OpenApiParser.Builder> - Parameters:
ai- The annotation.b- The property store builder.
-