Annotation Interface StubEndpoints


@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface StubEndpoints
Triggers the auto-stub of endpoints whose URIs match the provided filter.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The pattern to use for matching endpoints to enable stub on.
  • Element Details

    • value

      String value
      The pattern to use for matching endpoints to enable stub on.