Uses of Class
org.mockserver.matchers.MatchDifference
-
Packages that use MatchDifference Package Description org.mockserver.collections org.mockserver.matchers org.mockserver.model -
-
Uses of MatchDifference in org.mockserver.collections
Methods in org.mockserver.collections with parameters of type MatchDifference Modifier and Type Method Description booleanNottableStringHashMap. containsAll(MockServerLogger mockServerLogger, MatchDifference context, NottableStringHashMap subset)booleanNottableStringMultiMap. containsAll(MockServerLogger mockServerLogger, MatchDifference context, NottableStringMultiMap subset) -
Uses of MatchDifference in org.mockserver.matchers
Methods in org.mockserver.matchers that return MatchDifference Modifier and Type Method Description MatchDifferenceMatchDifference. addDifference(String messageFormat, Object... arguments)MatchDifferenceMatchDifference. addDifference(MockServerLogger mockServerLogger, String messageFormat, Object... arguments)MatchDifferenceMatchDifference. addDifference(MockServerLogger mockServerLogger, Throwable throwable, String messageFormat, Object... arguments)MatchDifferenceMatchDifference. addDifference(MatchDifference.Field fieldName, String messageFormat, Object... arguments)protected MatchDifferenceMatchDifference. currentField(MatchDifference.Field fieldName)Methods in org.mockserver.matchers with parameters of type MatchDifference Modifier and Type Method Description abstract booleanAbstractHttpRequestMatcher. matches(MatchDifference context, RequestDefinition requestDefinition)booleanBinaryMatcher. matches(MatchDifference context, byte[] matched)booleanBinaryRequestPropertiesMatcher. matches(MatchDifference context, RequestDefinition requestDefinition)booleanBooleanMatcher. matches(MatchDifference context, Boolean matched)booleanDnsRequestPropertiesMatcher. matches(MatchDifference context, RequestDefinition requestDefinition)booleanExactStringMatcher. matches(MatchDifference context, String matched)booleanExactStringMatcher. matches(MatchDifference context, NottableString matched)booleanGraphQLMatcher. matches(MatchDifference context, String matched)booleanHashMapMatcher. matches(MatchDifference context, KeysAndValues<? extends KeyAndValue,? extends KeysAndValues> matched)booleanHttpRequestMatcher. matches(MatchDifference context, RequestDefinition httpRequest)booleanHttpRequestPropertiesMatcher. matches(MatchDifference context, RequestDefinition requestDefinition)booleanHttpRequestsPropertiesMatcher. matches(MatchDifference context, RequestDefinition requestDefinition)booleanJsonPathMatcher. matches(MatchDifference context, String matched)booleanJsonRpcMatcher. matches(MatchDifference context, String matched)booleanJsonSchemaMatcher. matches(MatchDifference context, String matched)booleanJsonStringMatcher. matches(MatchDifference context, String matched)booleanMatcher. matches(MatchDifference context, T t)booleanMultiValueMapMatcher. matches(MatchDifference context, KeysToMultiValues<? extends KeyToMultiValue,? extends KeysToMultiValues> matched)booleanParameterStringMatcher. matches(MatchDifference context, String matched)booleanRegexStringMatcher. matches(MockServerLogger mockServerLogger, MatchDifference context, NottableString matcher, NottableString matched)booleanRegexStringMatcher. matches(MatchDifference context, NottableString matched)booleanSubStringMatcher. matches(MatchDifference context, String matched)booleanSubStringMatcher. matches(MatchDifference context, NottableString matched)booleanXmlSchemaMatcher. matches(MatchDifference context, String matched)booleanXmlStringMatcher. matches(MatchDifference context, String matched)booleanXPathMatcher. matches(MatchDifference context, String matched) -
Uses of MatchDifference in org.mockserver.model
Methods in org.mockserver.model with parameters of type MatchDifference Modifier and Type Method Description booleanNottableSchemaString. matches(MockServerLogger mockServerLogger, MatchDifference context, String json)booleanNottableSchemaString. matches(MockServerLogger mockServerLogger, MatchDifference context, List<NottableString> json)
-