Class RestPathsAnalyzer
java.lang.Object
ru.vyarus.guicey.gsp.app.rest.log.RestPathsAnalyzer
Collects template resources for logging. Implementation is a copy of dropwizard's own logging from
DropwizardResourceConfig (which can't be used directly).- Since:
- 06.12.2018
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RestPathsAnalyzer
public RestPathsAnalyzer()
-
-
Method Details
-
build
Collects all registered template resource paths for console logging.- Parameters:
config- dropwizard resources configuration object- Returns:
- analyzer instance with all found template resources
-
select
- Parameters:
app- application name- Returns:
- rest paths of required app
-