Annotation Interface Filter
An annotation that can be applied to classes that implement HttpFilter to
specify the patterns.
Used as an alternative to applying filters manually via the {code Router} API
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Field Summary
Fields -
Optional Element Summary
Optional Elements
-
Field Details
-
MATCH_ALL_PATTERN
-
-
Element Details
-
value
-
patternStyle
-
patterns
-
methods
-
serviceId
String[] serviceIdThe service identifiers this filter applies to. Currently, applies only toHttpClientFilterinstances.- Returns:
- The service identifiers
- Default:
{}
-
excludeServiceId
String[] excludeServiceIdThe service identifiers this filter does not apply to. Currently, applies only toHttpClientFilterinstances.- Returns:
- The service identifiers
- Default:
{}
-