Uses of Class
org.hibernate.validator.internal.metadata.core.ConstraintHelper
Packages that use ConstraintHelper
Package
Description
Implementations for the core interfaces of Jakarta Bean Validation.
Core classes of the internal model used for representing constraints and related metadata.
Implementation of the Bean Validation meta data API.
-
Uses of ConstraintHelper in org.hibernate.validator.internal.engine
Methods in org.hibernate.validator.internal.engine that return ConstraintHelperConstructors in org.hibernate.validator.internal.engine with parameters of type ConstraintHelperModifierConstructorDescriptionConstraintCreationContext
(ConstraintHelper constraintHelper, ConstraintValidatorManager constraintValidatorManager, TypeResolutionHelper typeResolutionHelper, ValueExtractorManager valueExtractorManager) -
Uses of ConstraintHelper in org.hibernate.validator.internal.metadata.core
Methods in org.hibernate.validator.internal.metadata.core that return ConstraintHelperModifier and TypeMethodDescriptionstatic ConstraintHelper
ConstraintHelper.forAllBuiltinConstraints()
static ConstraintHelper
ConstraintHelper.forBuiltinConstraints
(Set<String> enabledConstraints) -
Uses of ConstraintHelper in org.hibernate.validator.internal.metadata.descriptor
Constructors in org.hibernate.validator.internal.metadata.descriptor with parameters of type ConstraintHelperModifierConstructorDescriptionConstraintDescriptorImpl
(ConstraintHelper constraintHelper, Constrainable constrainable, ConstraintAnnotationDescriptor<T> annotationDescriptor, ConstraintLocation.ConstraintLocationKind constraintLocationKind) ConstraintDescriptorImpl
(ConstraintHelper constraintHelper, Constrainable constrainable, ConstraintAnnotationDescriptor<T> annotationDescriptor, ConstraintLocation.ConstraintLocationKind constraintLocationKind, Class<?> implicitGroup, ConstraintOrigin definedOn, ConstraintDescriptorImpl.ConstraintType externalConstraintType) ConstraintDescriptorImpl
(ConstraintHelper constraintHelper, Constrainable constrainable, ConstraintAnnotationDescriptor<T> annotationDescriptor, ConstraintLocation.ConstraintLocationKind constraintLocationKind, ConstraintDescriptorImpl.ConstraintType constraintType)