Package | Description |
---|---|
org.hibernate.validator.internal.engine.valuecontext | |
org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual 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.
|
org.hibernate.validator.internal.metadata.facets |
Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified
validation routine for all kinds of validation (bean, parameter and return value validation).
|
org.hibernate.validator.internal.metadata.location |
Contains types for the representation of constraint locations.
|
org.hibernate.validator.internal.metadata.provider |
Abstraction of the meta data sources - annotation, xml, programmatic.
|
Modifier and Type | Method and Description |
---|---|
ConstraintLocation.ConstraintLocationKind |
ValueContext.getConstraintLocationKind() |
Modifier and Type | Method and Description |
---|---|
void |
ValueContext.setConstraintLocationKind(ConstraintLocation.ConstraintLocationKind constraintLocationKind) |
Modifier and Type | Method and Description |
---|---|
ConstraintLocation.ConstraintLocationKind |
ReturnValueMetaData.getConstraintLocationKind() |
ConstraintLocation.ConstraintLocationKind |
FieldCascadable.getConstraintLocationKind() |
ConstraintLocation.ConstraintLocationKind |
ParameterMetaData.getConstraintLocationKind() |
ConstraintLocation.ConstraintLocationKind |
GetterCascadable.getConstraintLocationKind() |
Modifier and Type | Method and Description |
---|---|
ConstraintLocation.ConstraintLocationKind |
MetaConstraint.getConstraintLocationKind() |
Modifier and Type | Method and Description |
---|---|
ConstraintLocation.ConstraintLocationKind |
ConstraintDescriptorImpl.getConstraintLocationKind() |
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) |
Modifier and Type | Method and Description |
---|---|
ConstraintLocation.ConstraintLocationKind |
Cascadable.getConstraintLocationKind()
Returns the constraint location kind of the cascadable.
|
Modifier and Type | Method and Description |
---|---|
ConstraintLocation.ConstraintLocationKind |
ParameterConstraintLocation.getKind() |
ConstraintLocation.ConstraintLocationKind |
ConstraintLocation.getKind()
Returns the nature of the constraint location.
|
ConstraintLocation.ConstraintLocationKind |
TypeArgumentConstraintLocation.getKind() |
ConstraintLocation.ConstraintLocationKind |
GetterConstraintLocation.getKind() |
ConstraintLocation.ConstraintLocationKind |
FieldConstraintLocation.getKind() |
static ConstraintLocation.ConstraintLocationKind |
ConstraintLocation.ConstraintLocationKind.of(ConstrainedElement.ConstrainedElementKind constrainedElementKind) |
static ConstraintLocation.ConstraintLocationKind |
ConstraintLocation.ConstraintLocationKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintLocation.ConstraintLocationKind[] |
ConstraintLocation.ConstraintLocationKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected <A extends Annotation> |
AnnotationMetaDataProvider.findConstraintAnnotations(Constrainable constrainable,
A annotation,
ConstraintLocation.ConstraintLocationKind type)
Examines the given annotation to see whether it is a single- or multi-valued constraint annotation.
|
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved