Uses of Class
org.hibernate.validator.cfg.AnnotationDef
-
Packages that use AnnotationDef Package Description org.hibernate.validator.cfg Entry point for the programmatic constraint definition API.org.hibernate.validator.cfg.defs Constraint definition classes for programmatic constraint definition API.org.hibernate.validator.cfg.defs.br Brazil specific constraint definition classes for programmatic constraint definition API.org.hibernate.validator.cfg.defs.pl Poland specific constraint definition classes for programmatic constraint definition API.org.hibernate.validator.cfg.defs.ru Russian specific constraint definition classes for programmatic constraint definition API. -
-
Uses of AnnotationDef in org.hibernate.validator.cfg
Classes in org.hibernate.validator.cfg with type parameters of type AnnotationDef Modifier and Type Class Description classAnnotationDef<C extends AnnotationDef<C,A>,A extends Annotation>Base class for all annotation definition types.Subclasses of AnnotationDef in org.hibernate.validator.cfg Modifier and Type Class Description classConstraintDef<C extends ConstraintDef<C,A>,A extends Annotation>Base class for all constraint definition types.classGenericConstraintDef<A extends Annotation>AConstraintDefclass which can be used to configure any constraint type.Methods in org.hibernate.validator.cfg with parameters of type AnnotationDef Modifier and Type Method Description protected CAnnotationDef. addAnnotationAsParameter(String key, AnnotationDef<?,?> value)Constructors in org.hibernate.validator.cfg with parameters of type AnnotationDef Constructor Description AnnotationDef(AnnotationDef<?,A> original) -
Uses of AnnotationDef in org.hibernate.validator.cfg.defs
Subclasses of AnnotationDef in org.hibernate.validator.cfg.defs Modifier and Type Class Description classAssertFalseDefclassAssertTrueDefclassCodePointLengthDefConstraint definition forCodePointLength.classCreditCardNumberDefclassCurrencyDefclassDecimalMaxDefclassDecimalMinDefclassDigitsDefclassDurationMaxDefclassDurationMinDefclassEANDefclassEmailDefclassFutureDefclassFutureOrPresentDefclassISBNDefclassLengthDefclassLuhnCheckDefclassMaxDefclassMinDefclassMod10CheckDefclassMod11CheckDefclassNegativeDefclassNegativeOrZeroDefclassNormalizedDefConstraint definition forNormalized.classNotBlankDefclassNotEmptyDefclassNotNullDefclassNullDefclassParameterScriptAssertDefclassPastDefclassPastOrPresentDefclassPatternDefclassPositiveDefclassPositiveOrZeroDefclassRangeDefclassScriptAssertDefclassSizeDefclassUniqueElementsDefclassURLDefclassUUIDDefConstraint definition forUUID. -
Uses of AnnotationDef in org.hibernate.validator.cfg.defs.br
Subclasses of AnnotationDef in org.hibernate.validator.cfg.defs.br Modifier and Type Class Description classCNPJDefclassCPFDefclassTituloEleitoralDef -
Uses of AnnotationDef in org.hibernate.validator.cfg.defs.pl
Subclasses of AnnotationDef in org.hibernate.validator.cfg.defs.pl Modifier and Type Class Description classNIPDefclassPESELDefclassREGONDef -
Uses of AnnotationDef in org.hibernate.validator.cfg.defs.ru
Subclasses of AnnotationDef in org.hibernate.validator.cfg.defs.ru Modifier and Type Class Description classINNDef
-