Uses of Enum
org.hibernate.validator.ap.internal.util.ConstraintHelper.ConstraintCheckResult
Packages that use ConstraintHelper.ConstraintCheckResult
-
Uses of ConstraintHelper.ConstraintCheckResult in org.hibernate.validator.ap.internal.util
Methods in org.hibernate.validator.ap.internal.util that return ConstraintHelper.ConstraintCheckResultModifier and TypeMethodDescriptionConstraintHelper.checkConstraint
(DeclaredType constraintAnnotationType, TypeMirror typeOfAnnotatedElement) Checks whether the given annotation type (which must be a constraint annotation type) may be specified at elements of the specified type.ConstraintHelper.checkCrossParameterTypes
(DeclaredType constraintAnnotationType) Check that a constraint has at most one cross-parameter validator that resolves to Object or Object[].Returns the enum constant of this type with the specified name.ConstraintHelper.ConstraintCheckResult.values()
Returns an array containing the constants of this enum type, in the order they are declared.