Uses of Enum
org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
Packages that use ConstraintLocation.ConstraintLocationKind
Package
Description
The classes in this package contain the aggregated meta data needed for an actual validation.
Core classes of the internal model used for representing constraints and related metadata.
Implementation of the Bean Validation meta data API.
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).
Contains types for the representation of constraint locations.
Abstraction of the meta data sources - annotation, xml, programmatic.
-
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.engine.valuecontext
Methods in org.hibernate.validator.internal.engine.valuecontext that return ConstraintLocation.ConstraintLocationKindMethods in org.hibernate.validator.internal.engine.valuecontext with parameters of type ConstraintLocation.ConstraintLocationKindModifier and TypeMethodDescriptionfinal void
ValueContext.setConstraintLocationKind
(ConstraintLocation.ConstraintLocationKind constraintLocationKind) -
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return ConstraintLocation.ConstraintLocationKindModifier and TypeMethodDescriptionFieldCascadable.getConstraintLocationKind()
GetterCascadable.getConstraintLocationKind()
ParameterMetaData.getConstraintLocationKind()
ReturnValueMetaData.getConstraintLocationKind()
-
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.metadata.core
Methods in org.hibernate.validator.internal.metadata.core that return ConstraintLocation.ConstraintLocationKind -
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.metadata.descriptor
Methods in org.hibernate.validator.internal.metadata.descriptor that return ConstraintLocation.ConstraintLocationKindConstructors in org.hibernate.validator.internal.metadata.descriptor with parameters of type ConstraintLocation.ConstraintLocationKindModifierConstructorDescriptionConstraintDescriptorImpl
(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) -
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.metadata.facets
Methods in org.hibernate.validator.internal.metadata.facets that return ConstraintLocation.ConstraintLocationKindModifier and TypeMethodDescriptionCascadable.getConstraintLocationKind()
Returns the constraint location kind of the cascadable. -
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.metadata.location
Methods in org.hibernate.validator.internal.metadata.location that return ConstraintLocation.ConstraintLocationKindModifier and TypeMethodDescriptionConstraintLocation.getKind()
Returns the nature of the constraint location.FieldConstraintLocation.getKind()
GetterConstraintLocation.getKind()
ParameterConstraintLocation.getKind()
TypeArgumentConstraintLocation.getKind()
ConstraintLocation.ConstraintLocationKind.of
(ConstrainedElement.ConstrainedElementKind constrainedElementKind) Returns the enum constant of this type with the specified name.ConstraintLocation.ConstraintLocationKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.metadata.provider
Methods in org.hibernate.validator.internal.metadata.provider with parameters of type ConstraintLocation.ConstraintLocationKindModifier and TypeMethodDescriptionprotected <A extends Annotation>
List<ConstraintDescriptorImpl<?>>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.