Package org.hibernate.validator.cfg.defs
Class NegativeOrZeroDef
java.lang.Object
org.hibernate.validator.cfg.AnnotationDef<C,A>
org.hibernate.validator.cfg.ConstraintDef<NegativeOrZeroDef,jakarta.validation.constraints.NegativeOrZero>
org.hibernate.validator.cfg.defs.NegativeOrZeroDef
public class NegativeOrZeroDef
extends ConstraintDef<NegativeOrZeroDef,jakarta.validation.constraints.NegativeOrZero>
- Author:
- Gunnar Morling
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payload
Methods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
Constructor Details
-
NegativeOrZeroDef
public NegativeOrZeroDef()
-