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