
io.paradoxical.dropwizard.swagger.AppSwaggerConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-swagger Show documentation
Show all versions of dropwizard-swagger Show documentation
Swagger managment on the admin resource for dropwizard
package io.paradoxical.dropwizard.swagger;
import io.dropwizard.setup.Environment;
public class AppSwaggerConfiguration extends EnvironmentSwaggerConfiguration {
protected AppSwaggerConfiguration(
final Environment environment) {
super(environment, Environment::getApplicationContext);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy