public static interface BeanValidatorFactory.BeanValidatorCreator
BeanValidator.
A such object is registred in the BeanValidatorFactory to create
new instances of a BeanValidator.| Modifier and Type | Method and Description |
|---|---|
<O> BeanValidator<O> |
newBeanValidator(NuitonValidatorProvider provider,
Class<O> type,
String context,
NuitonValidatorScope... scopes)
Given the parameters, instanciate a new
BeanValidator. |
<O> BeanValidator<O> newBeanValidator(NuitonValidatorProvider provider, Class<O> type, String context, NuitonValidatorScope... scopes)
BeanValidator.O - type of object to validateprovider - the delegate validator providertype - the type of object to validatecontext - the context of validation (can be null)scopes - scopes to use (if none given, will use all available scopes)Copyright © 2011-2012 CodeLutin. All Rights Reserved.