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 |
optional(String value) |
static NottableOptionalString |
optional(String value,
Boolean not) |
static NottableOptionalString |
optionalString(String value)
Deprecated.
use `optional` instead
|
compareTo, deserializeNottableStrings, deserializeNottableStrings, equals, equalsIgnoreCase, getParameterStyle, getValue, hashCode, isBlank, isNot, lowercase, matches, not, serialiseNottableString, serialiseNottableStrings, string, string, strings, strings, toString, withStyle
fieldsExcludedFromEqualsAndHashCode
public static final char OPTIONAL_CHAR
public static NottableOptionalString optional(String value, Boolean not)
public static NottableOptionalString optional(String value)
@Deprecated public static NottableOptionalString optionalString(String value)
public static NottableOptionalString notOptional(String value)
public boolean isOptional()
isOptional
in class NottableString
Copyright © 2022. All rights reserved.