public class NottableSchemaString extends NottableString
NOT_CHAR
Modifier and Type | Method and Description |
---|---|
boolean |
matches(String json) |
boolean |
matchesIgnoreCase(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, serialiseNottableString, 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(String json)
matches
in class NottableString
public boolean matchesIgnoreCase(String json)
matchesIgnoreCase
in class NottableString
public String toString()
toString
in class NottableString
Copyright © 2020. All rights reserved.