![JAR search and dependency download from the Maven repository](/logo.png)
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
The newest version!
package io.paradoxical.dropwizard.swagger;
import io.dropwizard.setup.Environment;
import javax.annotation.Nullable;
public class AppSwaggerConfiguration extends EnvironmentSwaggerConfiguration {
public AppSwaggerConfiguration() {
this(null);
}
public AppSwaggerConfiguration(@Nullable final Environment environment) {
super(environment, Environment::getApplicationContext);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy