|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface MockEndpointsAndSkip
Triggers the auto-mocking of endpoints whose URIs match the provided filter with the added provision
that the endpoints are also skipped. The default filter is "*" which matches all endpoints.
See InterceptSendToMockEndpointStrategy for more details on the registration of the mock endpoints.
| Optional Element Summary | |
|---|---|
String |
value
The pattern to use for matching endpoints to enable mocking on. |
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||