public class NottableOptionalString extends NottableString
Modifier and Type | Field and Description |
---|---|
static char |
OPTIONAL_CHAR |
NOT_CHAR
Modifier and Type | Method and Description |
---|---|
boolean |
isOptional() |
static NottableOptionalString |
notOptional(String value) |
static NottableOptionalString |
optionalString(String value) |
static NottableOptionalString |
optionalString(String value,
Boolean not) |
compareTo, deserializeNottableStrings, deserializeNottableStrings, equals, equalsIgnoreCase, getParameterStyle, getValue, hashCode, isBlank, isNot, lowercase, matches, matchesIgnoreCase, not, serialiseNottableString, serialiseNottableString, string, string, strings, strings, toString, withStyle
fieldsExcludedFromEqualsAndHashCode
public static final char OPTIONAL_CHAR
public static NottableOptionalString optionalString(String value, Boolean not)
public static NottableOptionalString optionalString(String value)
public static NottableOptionalString notOptional(String value)
public boolean isOptional()
isOptional
in class NottableString
Copyright © 2020. All rights reserved.