Uses of Interface
org.apache.bval.util.ValidationHelper.ValidateCallback

Packages that use ValidationHelper.ValidateCallback
org.apache.bval.jsr303   
org.apache.bval.util   
 

Uses of ValidationHelper.ValidateCallback in org.apache.bval.jsr303
 

Classes in org.apache.bval.jsr303 that implement ValidationHelper.ValidateCallback
protected  class ClassValidator.Jsr303ValidationCallback
          Dispatches a call from ClassValidator.Jsr303ValidationCallback.validate() to ClassValidator.validateBeanNet(GroupValidationContext) with the current context set.
 

Uses of ValidationHelper.ValidateCallback in org.apache.bval.util
 

Methods in org.apache.bval.util with parameters of type ValidationHelper.ValidateCallback
protected static
<VL extends ValidationListener>
void
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>
void
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>
void
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>
void
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-2014 The Apache Software Foundation. All Rights Reserved.