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

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

The 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