Uses of Class
org.hibernate.validator.internal.metadata.core.ConstraintHelper
-
Packages that use ConstraintHelper Package Description org.hibernate.validator.internal.engine Implementations for the core interfaces of Jakarta Bean Validation.org.hibernate.validator.internal.metadata.core Core classes of the internal model used for representing constraints and related metadata.org.hibernate.validator.internal.metadata.descriptor 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 ConstraintHelper Modifier and Type Method Description ConstraintHelperConstraintCreationContext. getConstraintHelper()Constructors in org.hibernate.validator.internal.engine with parameters of type ConstraintHelper Constructor Description ConstraintCreationContext(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 ConstraintHelper Modifier and Type Method Description static ConstraintHelperConstraintHelper. forAllBuiltinConstraints()static ConstraintHelperConstraintHelper. 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 ConstraintHelper Constructor Description ConstraintDescriptorImpl(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)
-