Interface SwaggerProperties
public interface SwaggerProperties
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault PropertiesgetSwaggerProperties(String location, org.apache.cxf.Bus bus) Read the Swagger-specific properties from the property file (to seamlessly support the migration from older Swagger features).
-
Field Details
-
DEFAULT_PROPS_LOCATION
- See Also:
-
DEFAULT_LICENSE_VALUE
- See Also:
-
DEFAULT_LICENSE_URL
- See Also:
-
RESOURCE_PACKAGE_PROPERTY
- See Also:
-
TITLE_PROPERTY
- See Also:
-
VERSION_PROPERTY
- See Also:
-
DESCRIPTION_PROPERTY
- See Also:
-
CONTACT_PROPERTY
- See Also:
-
LICENSE_PROPERTY
- See Also:
-
LICENSE_URL_PROPERTY
- See Also:
-
TERMS_URL_PROPERTY
- See Also:
-
PRETTY_PRINT_PROPERTY
- See Also:
-
FILTER_CLASS_PROPERTY
- See Also:
-
-
Method Details
-
getSwaggerProperties
Read the Swagger-specific properties from the property file (to seamlessly support the migration from older Swagger features).- Parameters:
location- property file locationbus- bus instance- Returns:
- the properties if available
-