public final class OASConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXTENSIONS_PREFIX
Recommended prefix for vendor specific configuration properties.
|
static java.lang.String |
FILTER
Configuration property to specify the fully qualified name of the OASFilter implementation.
|
static java.lang.String |
MODEL_READER
Configuration property to specify the fully qualified name of the OASModelReader implementation.
|
static java.lang.String |
SCAN_CLASSES
Configuration property to specify the list of classes to scan.
|
static java.lang.String |
SCAN_DISABLE
Configuration property to disable annotation scanning.
|
static java.lang.String |
SCAN_EXCLUDE_CLASSES
Configuration property to specify the list of classes to exclude from scans.
|
static java.lang.String |
SCAN_EXCLUDE_PACKAGES
Configuration property to specify the list of packages to exclude from scans.
|
static java.lang.String |
SCAN_PACKAGES
Configuration property to specify the list of packages to scan.
|
static java.lang.String |
SCHEMA_PREFIX
Prefix of the configuration property to specify a schema for a specific class, in JSON format.
|
static java.lang.String |
SERVERS
Configuration property to specify the list of global servers that provide connectivity information.
|
static java.lang.String |
SERVERS_OPERATION_PREFIX
Prefix of the configuration property to specify an alternative list of servers to service an operation.
|
static java.lang.String |
SERVERS_PATH_PREFIX
Prefix of the configuration property to specify an alternative list of servers to service all operations in a path.
|
public static final java.lang.String MODEL_READER
OASModelReader
,
Constant Field Valuespublic static final java.lang.String FILTER
OASFilter
,
Constant Field Valuespublic static final java.lang.String SCAN_DISABLE
public static final java.lang.String SCAN_PACKAGES
public static final java.lang.String SCAN_CLASSES
public static final java.lang.String SCAN_EXCLUDE_PACKAGES
public static final java.lang.String SCAN_EXCLUDE_CLASSES
public static final java.lang.String SERVERS
public static final java.lang.String SERVERS_PATH_PREFIX
public static final java.lang.String SERVERS_OPERATION_PREFIX
public static final java.lang.String SCHEMA_PREFIX
public static final java.lang.String EXTENSIONS_PREFIX