
io.paradoxical.dropwizard.swagger.SwaggerAssets 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.paradoxical.dropwizard.bundles.assets.AssetsDefinition;
import io.paradoxical.dropwizard.swagger.bundles.SwaggerUIBundle;
public final class SwaggerAssets {
private SwaggerAssets() {
}
public static final String DROPWIZARD_SWAGGER_ASSET_ROOT = "/dropwizard-swagger";
public static final AssetsDefinition Assets =
AssetsDefinition.builder()
.resourcePath(DROPWIZARD_SWAGGER_ASSET_ROOT)
.uriPath(DROPWIZARD_SWAGGER_ASSET_ROOT)
.assetsName(SwaggerUIBundle.class.getCanonicalName())
.build();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy