public static interface CustomConfigurationProviders.ConsumerTokenRequiredConfigBuilder<C extends io.dropwizard.Configuration> extends CustomConfigurationProviders.SwaggerTitleBuilder<C>
Modifier and Type | Method and Description |
---|---|
CustomConfigurationProviders.SwaggerTitleBuilder<C> |
withExcludePatternsForRequiredConsumerToken(java.lang.String... regex)
Define paths by regex patterns that do not require a consumer token from the client.
|
withoutSwagger, withSwaggerInfoTitle
CustomConfigurationProviders.SwaggerTitleBuilder<C> withExcludePatternsForRequiredConsumerToken(java.lang.String... regex)
regex
- regex that matches paths that do not require a consumer token from the client