public class NottableSchemaString extends NottableString
NOT_CHAR
Modifier and Type | Method and Description |
---|---|
boolean |
matches(MockServerLogger mockServerLogger,
MatchDifference context,
List<NottableString> json) |
boolean |
matches(MockServerLogger mockServerLogger,
MatchDifference context,
String json) |
boolean |
matches(String json) |
static NottableSchemaString |
notSchema(String value) |
static NottableSchemaString |
schemaString(String value) |
static NottableSchemaString |
schemaString(String value,
Boolean not) |
String |
toString() |
compareTo, deserializeNottableStrings, deserializeNottableStrings, equals, equalsIgnoreCase, getParameterStyle, getValue, hashCode, isBlank, isNot, isOptional, lowercase, not, serialiseNottableString, serialiseNottableStrings, string, string, strings, strings, withStyle
fieldsExcludedFromEqualsAndHashCode
public static NottableSchemaString schemaString(String value, Boolean not)
public static NottableSchemaString schemaString(String value)
public static NottableSchemaString notSchema(String value)
public boolean matches(MockServerLogger mockServerLogger, MatchDifference context, List<NottableString> json)
public boolean matches(String json)
matches
in class NottableString
public boolean matches(MockServerLogger mockServerLogger, MatchDifference context, String json)
public String toString()
toString
in class NottableString
Copyright © 2022. All rights reserved.