org.mockserver.matchers
Interface Matcher<T>

All Known Implementing Classes:
BinaryMatcher, BodyMatcher, ExactStringMatcher, HashMapMatcher, HttpRequestMatcher, JsonSchemaMatcher, JsonStringMatcher, MultiValueMapMatcher, NotMatcher, ParameterStringMatcher, RegexStringMatcher, XPathStringMatcher

public interface Matcher<T>

Author:
jamesdbloom

Method Summary
 boolean matches(T t)
           
 

Method Detail

matches

boolean matches(T t)


Copyright © 2015. All rights reserved.