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.
|
Modifier and Type | Method and Description |
---|---|
ConstraintHelper |
ConstraintCreationContext.getConstraintHelper() |
Constructor and Description |
---|
ConstraintCreationContext(ConstraintHelper constraintHelper,
ConstraintValidatorManager constraintValidatorManager,
TypeResolutionHelper typeResolutionHelper,
ValueExtractorManager valueExtractorManager) |
Modifier and Type | Method and Description |
---|---|
static ConstraintHelper |
ConstraintHelper.forAllBuiltinConstraints() |
static ConstraintHelper |
ConstraintHelper.forBuiltinConstraints(Set<String> enabledConstraints) |
Constructor and 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) |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved