class ValidationSupport extends Object
Type | Name and description |
---|---|
static BeforeValidateHelper |
beforeValidateHelper |
Constructor and description |
---|
ValidationSupport() |
Type Params | Return Type | Name and description |
---|---|---|
|
static Map<String, Constrained> |
getConstrainedPropertiesForClass(Class<?> clazz, boolean defaultNullable) |
|
static boolean |
validateInstance(Object object, List fieldsToValidate) |