public abstract class AbstractLocaleAndCaseStringRestriction extends AbstractStringRestriction
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ignoreCase |
protected Locale |
locale |
| Constructor and Description |
|---|
AbstractLocaleAndCaseStringRestriction(boolean ignoreCase,
Locale locale)
Creates the restriction
|
isValid, preValidate, preValidate, violated, violatedfinalValidate, finalValidate, getArgumentTitle, getArgumentTitle, getOptionTitle, postValidate, postValidateprotected final Locale locale
protected final boolean ignoreCase
public AbstractLocaleAndCaseStringRestriction(boolean ignoreCase,
Locale locale)
ignoreCase - Whether to ignore caselocale - Locale for comparisonsCopyright © 2012–2022. All rights reserved.