Interface SwaggerUIFeatures
-
- All Known Subinterfaces:
CXFExtServerFeatures,CXFServerFeatures
- All Known Implementing Classes:
JavaCamelServerCodegen,JavaCXFExtServerCodegen,JavaCXFServerCodegen,KotlinSpringServerCodegen,SpringCodegen
public interface SwaggerUIFeatures
-
-
Field Summary
Fields Modifier and Type Field Description static StringUSE_SWAGGER_UI
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetUseSwaggerUI(boolean useSwaggerUI)
-
-
-
Field Detail
-
USE_SWAGGER_UI
static final String USE_SWAGGER_UI
- See Also:
- Constant Field Values
-
-