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) |
notMatcher
equals, hashCode, toString
public 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 ObjectWithReflectiveEqualsHashCodeToString
Copyright © 2022. All rights reserved.