Package io.dropwizard.validation.selfvalidating
package io.dropwizard.validation.selfvalidating
-
ClassDescriptionThe annotated element has methods annotated by
SelfValidation
.This class is the base validator for the@SelfValidating
annotation.This method, if used in conjunction withSelfValidating
, will be executed to check if the object itself is valid.This class represents a wrapper for calling validation methods annotated with@SelfValidation
.This class is a simple wrapper around the ConstraintValidatorContext of hibernate validation.