All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.swagger.codegen.v3.generators.features.CXFServerFeatures Maven / Gradle / Ivy

There is a newer version: 1.0.54
Show newest version
package io.swagger.codegen.v3.generators.features;

public interface CXFServerFeatures extends CXFFeatures, SwaggerFeatures, SpringFeatures, JbossFeature, BeanValidationExtendedFeatures, SwaggerUIFeatures {

    String USE_WADL_FEATURE = "useWadlFeature";

    String USE_MULTIPART_FEATURE = "useMultipartFeature";

    String ADD_CONSUMES_PRODUCES_JSON = "addConsumesProducesJson";

    String USE_ANNOTATED_BASE_PATH = "useAnnotatedBasePath";

    String GENERATE_NON_SPRING_APPLICATION = "generateNonSpringApplication";

    void setUseWadlFeature(boolean useWadlFeature);

    void setUseMultipartFeature(boolean useMultipartFeature);

    void setAddConsumesProducesJson(boolean addConsumesProducesJson);

    void setUseAnnotatedBasePath(boolean useAnnotatedBasePath);

    void setGenerateNonSpringApplication(boolean generateNonSpringApplication);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy