Class JavaCXFServerCodegen

All Implemented Interfaces:
io.swagger.codegen.v3.CodegenConfig, BeanValidationExtendedFeatures, BeanValidationFeatures, CXFFeatures, CXFServerFeatures, GzipFeatures, GzipTestFeatures, JbossFeature, LoggingFeatures, LoggingTestFeatures, SpringFeatures, SwaggerFeatures, SwaggerUIFeatures, UseGenericResponseFeatures

  • Field Details

    • addConsumesProducesJson

      protected boolean addConsumesProducesJson
    • generateSpringApplication

      protected boolean generateSpringApplication
    • useSpringAnnotationConfig

      protected boolean useSpringAnnotationConfig
    • useSwaggerFeature

      protected boolean useSwaggerFeature
    • useSwaggerUI

      protected boolean useSwaggerUI
    • useWadlFeature

      protected boolean useWadlFeature
    • useMultipartFeature

      protected boolean useMultipartFeature
    • useBeanValidationFeature

      protected boolean useBeanValidationFeature
    • generateSpringBootApplication

      protected boolean generateSpringBootApplication
    • generateJbossDeploymentDescriptor

      protected boolean generateJbossDeploymentDescriptor
    • useGzipFeature

      protected boolean useGzipFeature
    • useGzipFeatureForTests

      protected boolean useGzipFeatureForTests
    • useLoggingFeature

      protected boolean useLoggingFeature
    • useLoggingFeatureForTests

      protected boolean useLoggingFeatureForTests
    • useAnnotatedBasePath

      protected boolean useAnnotatedBasePath
    • generateNonSpringApplication

      protected boolean generateNonSpringApplication
    • useGenericResponse

      protected boolean useGenericResponse
  • Constructor Details

    • JavaCXFServerCodegen

      public JavaCXFServerCodegen()
  • Method Details