Package org.eclipse.microprofile.openapi
Class OASConfig
java.lang.Object
org.eclipse.microprofile.openapi.OASConfig
Configurable properties in MicroProfile OpenAPI
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringRecommended prefix for vendor specific configuration properties.static final StringConfiguration property to specify the fully qualified name of the OASFilter implementation.static final StringConfiguration property to specify the fully qualified name of the OASModelReader implementation.static final StringConfiguration property to specify the list of classes to scan.static final StringConfiguration property to disable annotation scanning.static final StringConfiguration property to specify the list of classes to exclude from scans.static final StringConfiguration property to specify the list of packages to exclude from scans.static final StringConfiguration property to specify the list of packages to scan.static final StringConfiguration property to specify the list of global servers that provide connectivity information.static final StringPrefix of the configuration property to specify an alternative list of servers to service an operation.static final StringPrefix of the configuration property to specify an alternative list of servers to service all operations in a path.
- 
Method Summary
- 
Field Details- 
MODEL_READERConfiguration property to specify the fully qualified name of the OASModelReader implementation.- See Also:
 
- 
FILTERConfiguration property to specify the fully qualified name of the OASFilter implementation.- See Also:
 
- 
SCAN_DISABLEConfiguration property to disable annotation scanning.- See Also:
 
- 
SCAN_PACKAGESConfiguration property to specify the list of packages to scan.- See Also:
 
- 
SCAN_CLASSESConfiguration property to specify the list of classes to scan.- See Also:
 
- 
SCAN_EXCLUDE_PACKAGESConfiguration property to specify the list of packages to exclude from scans.- See Also:
 
- 
SCAN_EXCLUDE_CLASSESConfiguration property to specify the list of classes to exclude from scans.- See Also:
 
- 
SERVERSConfiguration property to specify the list of global servers that provide connectivity information.- See Also:
 
- 
SERVERS_PATH_PREFIXPrefix of the configuration property to specify an alternative list of servers to service all operations in a path.- See Also:
 
- 
SERVERS_OPERATION_PREFIXPrefix of the configuration property to specify an alternative list of servers to service an operation.- See Also:
 
- 
EXTENSIONS_PREFIXRecommended prefix for vendor specific configuration properties.- See Also:
 
 
-