org.apache.bval.util
Interface ValidationHelper.ValidateCallback

All Known Implementing Classes:
ClassValidator.Jsr303ValidationCallback
Enclosing class:
ValidationHelper

public static interface ValidationHelper.ValidateCallback

Interface implemented by the call-back object passed to ValidationHelper.validateContext(ValidationContext, ValidateCallback, boolean) . Its validate() method will be called accordingly for every dispatch.


Method Summary
 void validate()
           
 

Method Detail

validate

void validate()


Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.