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

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

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

public interface GzipTestFeatures {

    String USE_GZIP_FEATURE_FOR_TESTS = "useGzipFeatureForTests";

    void setUseGzipFeatureForTests(boolean useGzipFeatureForTests);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy