Uses of Class
org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind
-
Packages that use ConstraintLocation.ConstraintLocationKind 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. -
-
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.engine.valuecontext
Methods in org.hibernate.validator.internal.engine.valuecontext that return ConstraintLocation.ConstraintLocationKind Modifier and Type Method Description ConstraintLocation.ConstraintLocationKindValueContext. getConstraintLocationKind()Methods in org.hibernate.validator.internal.engine.valuecontext with parameters of type ConstraintLocation.ConstraintLocationKind Modifier and Type Method Description voidValueContext. 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.ConstraintLocationKind Modifier and Type Method Description ConstraintLocation.ConstraintLocationKindFieldCascadable. getConstraintLocationKind()ConstraintLocation.ConstraintLocationKindGetterCascadable. getConstraintLocationKind()ConstraintLocation.ConstraintLocationKindParameterMetaData. getConstraintLocationKind()ConstraintLocation.ConstraintLocationKindReturnValueMetaData. getConstraintLocationKind() -
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.metadata.core
Methods in org.hibernate.validator.internal.metadata.core that return ConstraintLocation.ConstraintLocationKind Modifier and Type Method Description ConstraintLocation.ConstraintLocationKindMetaConstraint. getConstraintLocationKind() -
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.metadata.descriptor
Methods in org.hibernate.validator.internal.metadata.descriptor that return ConstraintLocation.ConstraintLocationKind Modifier and Type Method Description ConstraintLocation.ConstraintLocationKindConstraintDescriptorImpl. getConstraintLocationKind()Constructors in org.hibernate.validator.internal.metadata.descriptor with parameters of type ConstraintLocation.ConstraintLocationKind 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) -
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.metadata.facets
Methods in org.hibernate.validator.internal.metadata.facets that return ConstraintLocation.ConstraintLocationKind Modifier and Type Method Description ConstraintLocation.ConstraintLocationKindCascadable. 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.ConstraintLocationKind Modifier and Type Method Description ConstraintLocation.ConstraintLocationKindConstraintLocation. getKind()Returns the nature of the constraint location.ConstraintLocation.ConstraintLocationKindFieldConstraintLocation. getKind()ConstraintLocation.ConstraintLocationKindGetterConstraintLocation. getKind()ConstraintLocation.ConstraintLocationKindParameterConstraintLocation. getKind()ConstraintLocation.ConstraintLocationKindTypeArgumentConstraintLocation. getKind()static ConstraintLocation.ConstraintLocationKindConstraintLocation.ConstraintLocationKind. of(ConstrainedElement.ConstrainedElementKind constrainedElementKind)static ConstraintLocation.ConstraintLocationKindConstraintLocation.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. -
Uses of ConstraintLocation.ConstraintLocationKind in org.hibernate.validator.internal.metadata.provider
Methods in org.hibernate.validator.internal.metadata.provider with parameters of type ConstraintLocation.ConstraintLocationKind Modifier and Type Method Description protected <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.
-