com.github.dreamhead.moco.matcher
Class MatchMatcher<T>

java.lang.Object
  extended by com.github.dreamhead.moco.matcher.AbstractOperatorMatcher<T>
      extended by com.github.dreamhead.moco.matcher.MatchMatcher<T>
All Implemented Interfaces:
ConfigApplier<RequestMatcher>, RequestMatcher

public class MatchMatcher<T>
extends AbstractOperatorMatcher<T>


Field Summary
 
Fields inherited from class com.github.dreamhead.moco.matcher.AbstractOperatorMatcher
extractor
 
Constructor Summary
MatchMatcher(RequestExtractor<T> extractor, Resource expected)
           
 
Method Summary
 RequestMatcher apply(MocoConfig config)
           
 
Methods inherited from class com.github.dreamhead.moco.matcher.AbstractOperatorMatcher
match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchMatcher

public MatchMatcher(RequestExtractor<T> extractor,
                    Resource expected)
Method Detail

apply

public RequestMatcher apply(MocoConfig config)