Class EmptyValidatorFactory
- java.lang.Object
-
- de.knightsoftnet.validators.client.AbstractGwtValidatorFactory
-
- de.knightsoftnet.validators.client.validation.EmptyValidatorFactory
-
- All Implemented Interfaces:
AutoCloseable,javax.validation.ValidatorFactory
public class EmptyValidatorFactory extends AbstractGwtValidatorFactory
TheEmptyValidatorFactoryclass can be used when no groups are used and all validation is done by BeanValidatonEditorDriver.- Author:
- Manfred Tremmel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEmptyValidatorFactory.GwtValidatorValidator without entries.
-
Constructor Summary
Constructors Constructor Description EmptyValidatorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractGwtValidatorcreateValidator()Implement this method to return aGWT.create(java.lang.Class<?>)dValidatorannotated withGwtValidation.-
Methods inherited from class de.knightsoftnet.validators.client.AbstractGwtValidatorFactory
close, getClockProvider, getConstraintValidatorFactory, getMessageInterpolator, getParameterNameProvider, getTraversableResolver, getValidator, init, unwrap, usingContext
-
-
-
-
Method Detail
-
createValidator
public final AbstractGwtValidator createValidator()
Description copied from class:AbstractGwtValidatorFactoryImplement this method to return aGWT.create(java.lang.Class<?>)dValidatorannotated withGwtValidation.- Specified by:
createValidatorin classAbstractGwtValidatorFactory- Returns:
- newly created Validator
-
-