Interface SwaggerUIFeatures
-
- All Superinterfaces:
BeanValidationFeatures
,CXFFeatures
,GzipFeatures
,LoggingFeatures
- All Known Subinterfaces:
CXFServerFeatures
- All Known Implementing Classes:
JavaCXFServerCodegen
public interface SwaggerUIFeatures extends CXFFeatures
-
-
Field Summary
Fields Modifier and Type Field Description static String
USE_SWAGGER_UI
-
Fields inherited from interface io.swagger.codegen.languages.features.BeanValidationFeatures
USE_BEANVALIDATION
-
Fields inherited from interface io.swagger.codegen.languages.features.GzipFeatures
USE_GZIP_FEATURE
-
Fields inherited from interface io.swagger.codegen.languages.features.LoggingFeatures
USE_LOGGING_FEATURE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setUseSwaggerUI(boolean useSwaggerUI)
-
Methods inherited from interface io.swagger.codegen.languages.features.BeanValidationFeatures
setUseBeanValidation
-
Methods inherited from interface io.swagger.codegen.languages.features.GzipFeatures
setUseGzipFeature
-
Methods inherited from interface io.swagger.codegen.languages.features.LoggingFeatures
setUseLoggingFeature
-
-
-
-
Field Detail
-
USE_SWAGGER_UI
static final String USE_SWAGGER_UI
- See Also:
- Constant Field Values
-
-