Package io.dropwizard.validation.selfvalidating
-
Class Summary Class Description SelfValidatingValidator This class is the base validator for the@SelfValidatingannotation.ValidationCaller<T> This class represents a wrapper for calling validation methods annotated with@SelfValidation.ViolationCollector This class is a simple wrapper around the ConstraintValidatorContext of hibernate validation. -
Annotation Types Summary Annotation Type Description SelfValidating The annotated element has methods annotated bySelfValidation.SelfValidation This method, if used in conjunction withSelfValidating, will be executed to check if the object itself is valid.