Interface BeanValidationFeatures
-
- All Known Subinterfaces:
CXFFeatures
,CXFServerFeatures
,LoggingFeatures
,SpringFeatures
,SwaggerUIFeatures
- All Known Implementing Classes:
AbstractJavaJAXRSServerCodegen
,JavaClientCodegen
,JavaCXFClientCodegen
,JavaCXFServerCodegen
,JavaJAXRSCXFCDIServerCodegen
,JavaJAXRSSpecServerCodegen
,JavaJerseyServerCodegen
,JavaMSF4JServerCodegen
,JavaPlayFrameworkCodegen
,JavaResteasyEapServerCodegen
,JavaResteasyServerCodegen
,SpringCodegen
public interface BeanValidationFeatures
-
-
Field Summary
Fields Modifier and Type Field Description static String
USE_BEANVALIDATION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setUseBeanValidation(boolean useBeanValidation)
-
-
-
Field Detail
-
USE_BEANVALIDATION
static final String USE_BEANVALIDATION
- See Also:
- Constant Field Values
-
-