Package org.eclipse.microprofile.openapi
Class OASConfig
java.lang.Object
org.eclipse.microprofile.openapi.OASConfig
Configurable properties in MicroProfile OpenAPI
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Recommended prefix for vendor specific configuration properties.static final String
Configuration property to specify the fully qualified name of the OASFilter implementation.static final String
Configuration property to specify the fully qualified name of the OASModelReader implementation.static final String
Configuration property to specify the list of classes to scan.static final String
Configuration property to disable annotation scanning.static final String
Configuration property to specify the list of classes to exclude from scans.static final String
Configuration property to specify the list of packages to exclude from scans.static final String
Configuration property to specify the list of packages to scan.static final String
Prefix of the configuration property to specify a schema for a specific class, in JSON format.static final String
Configuration property to specify the list of global servers that provide connectivity information.static final String
Prefix of the configuration property to specify an alternative list of servers to service an operation.static final String
Prefix of the configuration property to specify an alternative list of servers to service all operations in a path. -
Method Summary
-
Field Details
-
MODEL_READER
Configuration property to specify the fully qualified name of the OASModelReader implementation.- See Also:
-
FILTER
Configuration property to specify the fully qualified name of the OASFilter implementation.- See Also:
-
SCAN_DISABLE
Configuration property to disable annotation scanning.- See Also:
-
SCAN_PACKAGES
Configuration property to specify the list of packages to scan.- See Also:
-
SCAN_CLASSES
Configuration property to specify the list of classes to scan.- See Also:
-
SCAN_EXCLUDE_PACKAGES
Configuration property to specify the list of packages to exclude from scans.- See Also:
-
SCAN_EXCLUDE_CLASSES
Configuration property to specify the list of classes to exclude from scans.- See Also:
-
SERVERS
Configuration property to specify the list of global servers that provide connectivity information.- See Also:
-
SERVERS_PATH_PREFIX
Prefix of the configuration property to specify an alternative list of servers to service all operations in a path.- See Also:
-
SERVERS_OPERATION_PREFIX
Prefix of the configuration property to specify an alternative list of servers to service an operation.- See Also:
-
SCHEMA_PREFIX
Prefix of the configuration property to specify a schema for a specific class, in JSON format.- See Also:
-
EXTENSIONS_PREFIX
Recommended prefix for vendor specific configuration properties.- See Also:
-