Class EmptyGwtValidatorImpl
java.lang.Object
de.knightsoftnet.validators.client.impl.AbstractGwtValidator
de.knightsoftnet.validators.client.validation.EmptyGwtValidatorImpl
- All Implemented Interfaces:
EmptyValidatorFactory.GwtValidator,javax.validation.Validator
public class EmptyGwtValidatorImpl
extends AbstractGwtValidator
implements EmptyValidatorFactory.GwtValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> AbstractGwtSpecificValidator<T>getValidatorForClass(Class<T> clazz, Object object) protected <T> AbstractGwtSpecificValidator<T>getValidatorForInstanceClass(Object object) Methods inherited from class de.knightsoftnet.validators.client.impl.AbstractGwtValidator
checkGroups, checkNotNull, forExecutables, getConstraintsForClass, getConstraintValidatorFactory, getMessageInterpolator, getParameterNameProvider, getTraversableResolver, getValidationGroupsMetadata, init, unwrap, validate, validate, validateProperty, validateValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.validation.Validator
forExecutables, getConstraintsForClass, unwrap, validate, validateProperty, validateValue
-
Constructor Details
-
EmptyGwtValidatorImpl
public EmptyGwtValidatorImpl()
-
-
Method Details
-
getValidatorForClass
protected <T> AbstractGwtSpecificValidator<T> getValidatorForClass(Class<T> clazz, Object object) throws IllegalArgumentException - Overrides:
getValidatorForClassin classAbstractGwtValidator- Throws:
IllegalArgumentException
-
getValidatorForInstanceClass
- Specified by:
getValidatorForInstanceClassin classAbstractGwtValidator
-