Class _SearchRequestValidatorImpl
java.lang.Object
de.knightsoftnet.validators.client.impl.AbstractGwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
de.knightsoftnet.gwtp.spring.shared.search._SearchRequestValidatorImpl
- All Implemented Interfaces:
_SearchRequestValidator,de.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
public class _SearchRequestValidatorImpl
extends de.knightsoftnet.validators.client.impl.AbstractGwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
implements _SearchRequestValidator
-
Nested Class Summary
Nested classes/interfaces inherited from class de.knightsoftnet.validators.client.impl.AbstractGwtSpecificValidator
de.knightsoftnet.validators.client.impl.AbstractGwtSpecificValidator.AttributeBuilder -
Field Summary
Fields inherited from interface de.knightsoftnet.gwtp.spring.shared.search._SearchRequestValidator
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidexpandDefaultAndValidateClassGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, Set<jakarta.validation.ConstraintViolation<T>> violations, de.knightsoftnet.validators.client.impl.Group... groups) <T> voidexpandDefaultAndValidatePropertyGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, String propertyName, Set<jakarta.validation.ConstraintViolation<T>> violations, de.knightsoftnet.validators.client.impl.Group... groups) <T> voidexpandDefaultAndValidateValueGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, Class<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> beanType, String propertyName, Object value, Set<jakarta.validation.ConstraintViolation<T>> violations, de.knightsoftnet.validators.client.impl.Group... groups) de.knightsoftnet.validators.client.impl.metadata.BeanMetadatade.knightsoftnet.validators.client.impl.GwtBeanDescriptor<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>getConstraints(de.knightsoftnet.validators.client.impl.metadata.ValidationGroupsMetadata validationGroupsMetadata) <T> voidvalidateClassGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, Set<jakarta.validation.ConstraintViolation<T>> violations, Class<?>... groups) <T> voidvalidatePropertyGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, de.knightsoftnet.gwtp.spring.shared.search.SearchRequest object, String propertyName, Set<jakarta.validation.ConstraintViolation<T>> violations, Class<?>... groups) <T> voidvalidateValueGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, Class<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> beanType, String propertyName, Object value, Set<jakarta.validation.ConstraintViolation<T>> violations, Class<?>... groups) Methods inherited from class de.knightsoftnet.validators.client.impl.AbstractGwtSpecificValidator
addDefaultGroupWhenEmpty, addSingleViolation, attributeBuilder, groupsToClasses, validate, validate, validateProperty, validateValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.knightsoftnet.validators.client.impl.GwtSpecificValidator
validate, validateProperty, validateValue
-
Constructor Details
-
_SearchRequestValidatorImpl
public _SearchRequestValidatorImpl()
-
-
Method Details
-
expandDefaultAndValidateValueGroups
public <T> void expandDefaultAndValidateValueGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, Class<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> beanType, String propertyName, Object value, Set<jakarta.validation.ConstraintViolation<T>> violations, de.knightsoftnet.validators.client.impl.Group... groups) - Specified by:
expandDefaultAndValidateValueGroupsin interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
validateValueGroups
public <T> void validateValueGroups(de.knightsoftnet.validators.client.impl.GwtValidationContext<T> context, Class<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> beanType, String propertyName, Object value, Set<jakarta.validation.ConstraintViolation<T>> violations, Class<?>... groups) - Specified by:
validateValueGroupsin interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
getBeanMetadata
public de.knightsoftnet.validators.client.impl.metadata.BeanMetadata getBeanMetadata()- Specified by:
getBeanMetadatain interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>
-
getConstraints
public de.knightsoftnet.validators.client.impl.GwtBeanDescriptor<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest> getConstraints(de.knightsoftnet.validators.client.impl.metadata.ValidationGroupsMetadata validationGroupsMetadata) - Specified by:
getConstraintsin interfacede.knightsoftnet.validators.client.impl.GwtSpecificValidator<de.knightsoftnet.gwtp.spring.shared.search.SearchRequest>