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, withStylefieldsExcludedFromEqualsAndHashCodepublic 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 NottableStringpublic boolean matchesIgnoreCase(String json)
matchesIgnoreCase in class NottableStringpublic String toString()
toString in class NottableStringCopyright © 2020. All rights reserved.