
io.paradoxical.dropwizard.swagger.bundles.AssetsDefinitionBundle 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.bundles;
import io.dropwizard.assets.AssetsBundle;
import io.paradoxical.dropwizard.swagger.AssetsDefinition;
public class AssetsDefinitionBundle extends AssetsBundle {
public AssetsDefinitionBundle(final AssetsDefinition assetsDefinition) {
super(assetsDefinition.resourcePath(),
assetsDefinition.uriPath(),
assetsDefinition.indexFile(),
assetsDefinition.assetsName());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy