Package | Description |
---|---|
org.apache.bval.jsr | |
org.apache.bval.util |
Modifier and Type | Class and Description |
---|---|
protected class |
ClassValidator.JsrValidationCallback
Dispatches a call from
ClassValidator.JsrValidationCallback.validate() to ClassValidator.validateBeanNet(GroupValidationContext) with
the current context set. |
Modifier and Type | Method and Description |
---|---|
protected static <VL extends ValidationListener> |
ValidationHelper.validateArrayInContext(ValidationContext<VL> context,
ValidationHelper.ValidateCallback s)
Iterates the values of an array, setting the current context
appropriately and validating each value.
|
protected static <VL extends ValidationListener> |
ValidationHelper.validateBeanInContext(ValidationContext<VL> context,
ValidationHelper.ValidateCallback s)
Validates a single object.
|
static void |
ValidationHelper.validateContext(ValidationContext<?> context,
ValidationHelper.ValidateCallback s,
boolean treatMapsLikeBeans)
validate a complex 'bean' with related beans according to
validation rules in 'metaBean'
|
protected static <VL extends ValidationListener> |
ValidationHelper.validateIterableInContext(ValidationContext<VL> context,
ValidationHelper.ValidateCallback s)
Iterates the values of an
Iterable object, setting the current
context appropriately and validating each value. |
protected static <VL extends ValidationListener> |
ValidationHelper.validateMapInContext(ValidationContext<VL> context,
ValidationHelper.ValidateCallback s)
Iterates the values of a
Map , setting the current context
appropriately and validating each value. |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.