Interface SpringFeatures
-
- All Superinterfaces:
BeanValidationFeatures
- All Known Subinterfaces:
CXFServerFeatures
- All Known Implementing Classes:
JavaCXFServerCodegen
public interface SpringFeatures extends BeanValidationFeatures
-
-
Field Summary
Fields Modifier and Type Field Description static String
GENERATE_SPRING_APPLICATION
static String
GENERATE_SPRING_BOOT_APPLICATION
static String
USE_SPRING_ANNOTATION_CONFIG
-
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
setGenerateSpringApplication(boolean useGenerateSpringApplication)
void
setGenerateSpringBootApplication(boolean generateSpringBootApplication)
void
setUseSpringAnnotationConfig(boolean useSpringAnnotationConfig)
-
Methods inherited from interface io.swagger.codegen.languages.features.BeanValidationFeatures
setUseBeanValidation
-
-
-
-
Field Detail
-
GENERATE_SPRING_APPLICATION
static final String GENERATE_SPRING_APPLICATION
- See Also:
- Constant Field Values
-
GENERATE_SPRING_BOOT_APPLICATION
static final String GENERATE_SPRING_BOOT_APPLICATION
- See Also:
- Constant Field Values
-
USE_SPRING_ANNOTATION_CONFIG
static final String USE_SPRING_ANNOTATION_CONFIG
- See Also:
- Constant Field Values
-
-
Method Detail
-
setGenerateSpringApplication
void setGenerateSpringApplication(boolean useGenerateSpringApplication)
-
setGenerateSpringBootApplication
void setGenerateSpringBootApplication(boolean generateSpringBootApplication)
-
setUseSpringAnnotationConfig
void setUseSpringAnnotationConfig(boolean useSpringAnnotationConfig)
-
-