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.util |
Independent helper classes.
|
Modifier and Type | Method and Description |
---|---|
TypeResolutionHelper |
ConstraintCreationContext.getTypeResolutionHelper() |
Constructor and Description |
---|
ConstraintCreationContext(ConstraintHelper constraintHelper,
ConstraintValidatorManager constraintValidatorManager,
TypeResolutionHelper typeResolutionHelper,
ValueExtractorManager valueExtractorManager) |
ServiceLoaderBasedConstraintMappingContributor(TypeResolutionHelper typeResolutionHelper,
ClassLoader primaryClassLoader) |
Modifier and Type | Method and Description |
---|---|
static <A extends Annotation> |
MetaConstraints.create(TypeResolutionHelper typeResolutionHelper,
ValueExtractorManager valueExtractorManager,
ConstraintValidatorManager constraintValidatorManager,
ConstraintDescriptorImpl<A> constraintDescriptor,
ConstraintLocation location) |
Constructor and Description |
---|
ExecutableHelper(TypeResolutionHelper typeResolutionHelper) |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved