public static class BeanValidation.ValidationOptions
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
failFast |
protected java.util.Locale |
locale |
| Constructor and Description |
|---|
ValidationOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getFailFast() |
java.util.Locale |
getLocale() |
void |
setFailFast(java.lang.Boolean failFast) |
void |
setLocale(java.util.Locale locale) |