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

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

There is a newer version: 3.0.0-rc1
Show newest version
package io.swagger.codegen.languages.features;

public interface UseGenericResponseFeatures {

    // Language supports generating generic Jaxrs or native return types
    public static final String USE_GENERIC_RESPONSE = "useGenericResponse";

    public void setUseGenericResponse(boolean useGenericResponse);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy