Interface CXFServerFeatures
-
- All Superinterfaces:
BeanValidationExtendedFeatures,BeanValidationFeatures,CXFFeatures,GzipFeatures,JbossFeature,LoggingFeatures,SpringFeatures,SwaggerFeatures,SwaggerUIFeatures
- All Known Subinterfaces:
CXFExtServerFeatures
- All Known Implementing Classes:
JavaCXFExtServerCodegen,JavaCXFServerCodegen
public interface CXFServerFeatures extends CXFFeatures, SwaggerFeatures, SpringFeatures, JbossFeature, BeanValidationExtendedFeatures, SwaggerUIFeatures
Features supported by CXF 3 server
-
-
Field Summary
Fields Modifier and Type Field Description static StringADD_CONSUMES_PRODUCES_JSONstatic StringGENERATE_NON_SPRING_APPLICATIONstatic StringLOAD_TEST_DATA_FROM_FILEstatic StringUSE_ANNOTATED_BASE_PATHstatic StringUSE_MULTIPART_FEATUREstatic StringUSE_WADL_FEATURE-
Fields inherited from interface org.openapitools.codegen.languages.features.BeanValidationExtendedFeatures
USE_BEANVALIDATION_FEATURE
-
Fields inherited from interface org.openapitools.codegen.languages.features.BeanValidationFeatures
USE_BEANVALIDATION
-
Fields inherited from interface org.openapitools.codegen.languages.features.GzipFeatures
USE_GZIP_FEATURE
-
Fields inherited from interface org.openapitools.codegen.languages.features.JbossFeature
GENERATE_JBOSS_DEPLOYMENT_DESCRIPTOR
-
Fields inherited from interface org.openapitools.codegen.languages.features.LoggingFeatures
USE_LOGGING_FEATURE
-
Fields inherited from interface org.openapitools.codegen.languages.features.SpringFeatures
GENERATE_SPRING_APPLICATION, GENERATE_SPRING_BOOT_APPLICATION, USE_SPRING_ANNOTATION_CONFIG
-
Fields inherited from interface org.openapitools.codegen.languages.features.SwaggerFeatures
USE_SWAGGER_FEATURE
-
Fields inherited from interface org.openapitools.codegen.languages.features.SwaggerUIFeatures
USE_SWAGGER_UI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAddConsumesProducesJson(boolean addConsumesProducesJson)voidsetGenerateNonSpringApplication(boolean generateNonSpringApplication)voidsetUseAnnotatedBasePath(boolean useAnnotatedBasePath)voidsetUseMultipartFeature(boolean useMultipartFeature)voidsetUseWadlFeature(boolean useWadlFeature)-
Methods inherited from interface org.openapitools.codegen.languages.features.BeanValidationExtendedFeatures
setUseBeanValidationFeature
-
Methods inherited from interface org.openapitools.codegen.languages.features.BeanValidationFeatures
setUseBeanValidation
-
Methods inherited from interface org.openapitools.codegen.languages.features.GzipFeatures
setUseGzipFeature
-
Methods inherited from interface org.openapitools.codegen.languages.features.JbossFeature
setGenerateJbossDeploymentDescriptor
-
Methods inherited from interface org.openapitools.codegen.languages.features.LoggingFeatures
setUseLoggingFeature
-
Methods inherited from interface org.openapitools.codegen.languages.features.SpringFeatures
setGenerateSpringApplication, setGenerateSpringBootApplication, setUseSpringAnnotationConfig
-
Methods inherited from interface org.openapitools.codegen.languages.features.SwaggerFeatures
setUseSwaggerFeature
-
Methods inherited from interface org.openapitools.codegen.languages.features.SwaggerUIFeatures
setUseSwaggerUI
-
-
-
-
Field Detail
-
USE_WADL_FEATURE
static final String USE_WADL_FEATURE
- See Also:
- Constant Field Values
-
USE_MULTIPART_FEATURE
static final String USE_MULTIPART_FEATURE
- See Also:
- Constant Field Values
-
ADD_CONSUMES_PRODUCES_JSON
static final String ADD_CONSUMES_PRODUCES_JSON
- See Also:
- Constant Field Values
-
USE_ANNOTATED_BASE_PATH
static final String USE_ANNOTATED_BASE_PATH
- See Also:
- Constant Field Values
-
GENERATE_NON_SPRING_APPLICATION
static final String GENERATE_NON_SPRING_APPLICATION
- See Also:
- Constant Field Values
-
LOAD_TEST_DATA_FROM_FILE
static final String LOAD_TEST_DATA_FROM_FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUseWadlFeature
void setUseWadlFeature(boolean useWadlFeature)
-
setUseMultipartFeature
void setUseMultipartFeature(boolean useMultipartFeature)
-
setAddConsumesProducesJson
void setAddConsumesProducesJson(boolean addConsumesProducesJson)
-
setUseAnnotatedBasePath
void setUseAnnotatedBasePath(boolean useAnnotatedBasePath)
-
setGenerateNonSpringApplication
void setGenerateNonSpringApplication(boolean generateNonSpringApplication)
-
-