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

v2.io.swagger.config.SwaggerConfig Maven / Gradle / Ivy

The newest version!
package v2.v2.io.swagger.config;

import v2.v2.io.swagger.models.Swagger;

public interface SwaggerConfig {

    Swagger configure(Swagger swagger);

    String getFilterClass();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy