Annotation Type MockEndpointsAndSkip


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    @Deprecated
    public @interface MockEndpointsAndSkip
    Deprecated.
    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

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      Deprecated.
      The pattern to use for matching endpoints to enable mocking on.
    • Element Detail

      • value

        String value
        Deprecated.
        The pattern to use for matching endpoints to enable mocking on.
        Default:
        "*"