org.mockserver.matchers
Interface Matcher<T>

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

public interface Matcher<T>

Author:
jamesdbloom

Method Summary
 boolean matches(T t)
           
 

Method Detail

matches

boolean matches(T t)


Copyright © 2017. All rights reserved.