Annotation Interface ClientFilter
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Bean
@DefaultScope(Singleton.class)
public @interface ClientFilter
Mark a bean as a filter for the HTTP client. The bean may declare
RequestFilters and
ResponseFilters.- Since:
- 4.0.0
- Author:
- Jonas Konrad
-
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.- Returns:
- The service identifiers
- Default:
{}
-
excludeServiceId
String[] excludeServiceIdThe service identifiers this filter does not apply to.- Returns:
- The service identifiers
- Default:
{}
-