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