public final class OASConfig
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | EXTENSIONS_PREFIXRecommended prefix for vendor specific configuration properties. | 
| static java.lang.String | FILTERConfiguration property to specify the fully qualified name of the OASFilter implementation. | 
| static java.lang.String | MODEL_READERConfiguration property to specify the fully qualified name of the OASModelReader implementation. | 
| static java.lang.String | SCAN_CLASSESConfiguration property to specify the list of classes to scan. | 
| static java.lang.String | SCAN_DISABLEConfiguration property to disable annotation scanning. | 
| static java.lang.String | SCAN_EXCLUDE_CLASSESConfiguration property to specify the list of classes to exclude from scans. | 
| static java.lang.String | SCAN_EXCLUDE_PACKAGESConfiguration property to specify the list of packages to exclude from scans. | 
| static java.lang.String | SCAN_PACKAGESConfiguration property to specify the list of packages to scan. | 
| static java.lang.String | SCHEMA_PREFIXPrefix of the configuration property to specify a schema for a specific class, in JSON format. | 
| static java.lang.String | SERVERSConfiguration property to specify the list of global servers that provide connectivity information. | 
| static java.lang.String | SERVERS_OPERATION_PREFIXPrefix of the configuration property to specify an alternative list of servers to service an operation. | 
| static java.lang.String | SERVERS_PATH_PREFIXPrefix 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