Uses of Class
software.xdev.mockserver.mock.listeners.MockServerMatcherNotifier.Cause
Packages that use MockServerMatcherNotifier.Cause
Package
Description
-
Uses of MockServerMatcherNotifier.Cause in software.xdev.mockserver.matchers
Methods in software.xdev.mockserver.matchers that return MockServerMatcherNotifier.CauseModifier and TypeMethodDescriptionAbstractHttpRequestMatcher.getSource()HttpRequestMatcher.getSource()Methods in software.xdev.mockserver.matchers with parameters of type MockServerMatcherNotifier.CauseModifier and TypeMethodDescriptionAbstractHttpRequestMatcher.withSource(MockServerMatcherNotifier.Cause source) HttpRequestMatcher.withSource(MockServerMatcherNotifier.Cause source) -
Uses of MockServerMatcherNotifier.Cause in software.xdev.mockserver.mock
Methods in software.xdev.mockserver.mock with parameters of type MockServerMatcherNotifier.CauseModifier and TypeMethodDescriptionRequestMatchers.add(Expectation expectation, MockServerMatcherNotifier.Cause cause) protected voidRequestMatchers.notifyListeners(RequestMatchers notifier, MockServerMatcherNotifier.Cause cause) voidRequestMatchers.reset(MockServerMatcherNotifier.Cause cause) voidRequestMatchers.update(Expectation[] expectations, MockServerMatcherNotifier.Cause cause) -
Uses of MockServerMatcherNotifier.Cause in software.xdev.mockserver.mock.listeners
Fields in software.xdev.mockserver.mock.listeners declared as MockServerMatcherNotifier.CauseModifier and TypeFieldDescriptionstatic final MockServerMatcherNotifier.CauseMockServerMatcherNotifier.Cause.APIMethods in software.xdev.mockserver.mock.listeners with parameters of type MockServerMatcherNotifier.CauseModifier and TypeMethodDescriptionprotected voidMockServerMatcherNotifier.notifyListeners(RequestMatchers notifier, MockServerMatcherNotifier.Cause cause) voidMockServerMatcherListener.updated(RequestMatchers requestMatchers, MockServerMatcherNotifier.Cause cause)