@Version("2.1") @ProviderType
Package org.eclipse.microprofile.openapi
A set of Java interfaces, annotations and programming models which allow Java developers to natively produce OpenAPI
v3 documents from their JAX-RS applications.
-
Interface Summary Interface Description OASFilter This interface allows application developers to filter different parts of the OpenAPI model tree.OASModelReader This interface allows application developers to programmatically contribute an OpenAPI model tree. -
Class Summary Class Description OASConfig Configurable properties in MicroProfile OpenAPIOASFactory This class allows application developers to build new OpenAPI model elements.