public interface ValidatorCreator<V>
| Modifier and Type | Method and Description |
|---|---|
<O> V |
newValidator(NuitonValidatorProvider provider,
Class<O> type,
String context,
NuitonValidatorScope... scopes)
Given the parameters, instanciate a new
V. |
<O> V newValidator(NuitonValidatorProvider provider, Class<O> type, String context, NuitonValidatorScope... scopes)
V.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-2013 CodeLutin. All Rights Reserved.