public class RestPathsAnalyzer
extends java.lang.Object
DropwizardResourceConfig (which can't be used directly).| Constructor and Description |
|---|
RestPathsAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
static RestPathsAnalyzer |
build(io.dropwizard.jersey.DropwizardResourceConfig config)
Collects all registered template resource paths for console logging.
|
java.util.Set<ResourcePath> |
select(java.lang.String app) |
public static RestPathsAnalyzer build(io.dropwizard.jersey.DropwizardResourceConfig config)
config - dropwizard resources configuration objectpublic java.util.Set<ResourcePath> select(java.lang.String app)
app - application name