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

io.swagger.codegen.languages.features.GzipTestFeatures Maven / Gradle / Ivy

The newest version!
package io.swagger.codegen.languages.features;

public interface GzipTestFeatures {

    public static final String USE_GZIP_FEATURE_FOR_TESTS = "useGzipFeatureForTests";

    public void setUseGzipFeatureForTests(boolean useGzipFeatureForTests);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy