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

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

There is a newer version: 1.5.7
Show newest version
package io.swagger.config;

import io.swagger.models.Swagger;

public interface SwaggerConfig {
    Swagger configure(Swagger swagger);

    String getFilterClass();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy