public class JsonSchemaMatcher extends BodyMatcher<String>
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
fieldsExcludedFromEqualsAndHashCode() |
Map<String,ParameterStyle> |
getParameterStyle() |
boolean |
isBlank() |
boolean |
matches(MatchDifference context,
String matched) |
JsonSchemaMatcher |
withParameterStyle(Map<String,ParameterStyle> parameterStyle) |
notMatcherequals, hashCode, toStringpublic Map<String,ParameterStyle> getParameterStyle()
public JsonSchemaMatcher withParameterStyle(Map<String,ParameterStyle> parameterStyle)
public boolean matches(MatchDifference context, String matched)
public boolean isBlank()
protected String[] fieldsExcludedFromEqualsAndHashCode()
fieldsExcludedFromEqualsAndHashCode in class ObjectWithReflectiveEqualsHashCodeToStringCopyright © 2020. All rights reserved.