public interface SwaggerProperties
Modifier and Type | Field and Description |
---|---|
static String |
CONTACT_PROPERTY |
static String |
DEFAULT_LICENSE_URL |
static String |
DEFAULT_LICENSE_VALUE |
static String |
DEFAULT_PROPS_LOCATION |
static String |
DESCRIPTION_PROPERTY |
static String |
FILTER_CLASS_PROPERTY |
static String |
LICENSE_PROPERTY |
static String |
LICENSE_URL_PROPERTY |
static String |
PRETTY_PRINT_PROPERTY |
static String |
RESOURCE_PACKAGE_PROPERTY |
static String |
TERMS_URL_PROPERTY |
static String |
TITLE_PROPERTY |
static String |
VERSION_PROPERTY |
Modifier and Type | Method and Description |
---|---|
default Properties |
getSwaggerProperties(String location,
Bus bus)
Read the Swagger-specific properties from the property file (to seamlessly
support the migration from older Swagger features).
|
static final String DEFAULT_PROPS_LOCATION
static final String DEFAULT_LICENSE_VALUE
static final String DEFAULT_LICENSE_URL
static final String RESOURCE_PACKAGE_PROPERTY
static final String TITLE_PROPERTY
static final String VERSION_PROPERTY
static final String DESCRIPTION_PROPERTY
static final String CONTACT_PROPERTY
static final String LICENSE_PROPERTY
static final String LICENSE_URL_PROPERTY
static final String TERMS_URL_PROPERTY
static final String PRETTY_PRINT_PROPERTY
static final String FILTER_CLASS_PROPERTY
default Properties getSwaggerProperties(String location, Bus bus)
location
- property file locationbus
- bus instanceApache CXF