org.mockserver.matchers
Class ParameterStringMatcher

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.matchers.NotMatcher<MatchedType>
          extended by org.mockserver.matchers.BodyMatcher<String>
              extended by org.mockserver.matchers.ParameterStringMatcher
All Implemented Interfaces:
Matcher<String>

public class ParameterStringMatcher
extends BodyMatcher<String>

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
ParameterStringMatcher(List<Parameter> parameters)
           
 
Method Summary
 boolean matches(String matched)
           
 
Methods inherited from class org.mockserver.matchers.NotMatcher
not
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterStringMatcher

public ParameterStringMatcher(List<Parameter> parameters)
Method Detail

matches

public boolean matches(String matched)


Copyright © 2016. All rights reserved.