Uses of Interface
org.hibernate.validator.internal.properties.Constrainable
Packages that use Constrainable
Package
Description
Core classes of the internal model used for representing constraints and related metadata.
Implementation of the Bean Validation meta data API.
Contains types for the representation of constraint locations.
Abstraction of the meta data sources - annotation, xml, programmatic.
Logging classes.
-
Uses of Constrainable in org.hibernate.validator.internal.metadata.core
Methods in org.hibernate.validator.internal.metadata.core with parameters of type ConstrainableModifier and TypeMethodDescriptionboolean
AnnotationProcessingOptions.areCrossParameterConstraintsIgnoredFor
(Constrainable constrainable) boolean
AnnotationProcessingOptionsImpl.areCrossParameterConstraintsIgnoredFor
(Constrainable constrainable) boolean
AnnotationProcessingOptions.areMemberConstraintsIgnoredFor
(Constrainable constrainable) boolean
AnnotationProcessingOptionsImpl.areMemberConstraintsIgnoredFor
(Constrainable constrainable) boolean
AnnotationProcessingOptions.areParameterConstraintsIgnoredFor
(Constrainable constrainable, int index) boolean
AnnotationProcessingOptionsImpl.areParameterConstraintsIgnoredFor
(Constrainable constrainable, int index) boolean
AnnotationProcessingOptions.areReturnValueConstraintsIgnoredFor
(Constrainable constrainable) boolean
AnnotationProcessingOptionsImpl.areReturnValueConstraintsIgnoredFor
(Constrainable constrainable) void
AnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsForCrossParameterConstraint
(Constrainable member, Boolean b) void
AnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsForReturnValue
(Constrainable member, Boolean b) void
AnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsOnMember
(Constrainable member, Boolean b) void
AnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsOnParameter
(Constrainable member, int index, Boolean b) Constructors in org.hibernate.validator.internal.metadata.core with parameters of type Constrainable -
Uses of Constrainable in org.hibernate.validator.internal.metadata.descriptor
Constructors in org.hibernate.validator.internal.metadata.descriptor with parameters of type ConstrainableModifierConstructorDescriptionConstraintDescriptorImpl
(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 Constrainable in org.hibernate.validator.internal.metadata.location
Methods in org.hibernate.validator.internal.metadata.location that return ConstrainableModifier and TypeMethodDescriptionConstraintLocation.getConstrainable()
Returns the member represented by this location.ParameterConstraintLocation.getConstrainable()
TypeArgumentConstraintLocation.getConstrainable()
-
Uses of Constrainable in org.hibernate.validator.internal.metadata.provider
Methods in org.hibernate.validator.internal.metadata.provider with parameters of type ConstrainableModifier 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. -
Uses of Constrainable in org.hibernate.validator.internal.properties
Subinterfaces of Constrainable in org.hibernate.validator.internal.properties -
Uses of Constrainable in org.hibernate.validator.internal.properties.javabean
Subinterfaces of Constrainable in org.hibernate.validator.internal.properties.javabeanClasses in org.hibernate.validator.internal.properties.javabean that implement ConstrainableModifier and TypeClassDescriptionclass
class
JavaBeanExecutable<T extends Executable>
class
class
class
-
Uses of Constrainable in org.hibernate.validator.internal.util.logging
Methods in org.hibernate.validator.internal.util.logging with parameters of type ConstrainableModifier and TypeMethodDescriptionjakarta.validation.ConstraintDeclarationException
Log.getCrossParameterConstraintOnFieldException
(Class<? extends Annotation> constraint, Constrainable field) jakarta.validation.ConstraintDeclarationException
Log.getCrossParameterConstraintOnMethodWithoutParametersException
(Class<? extends Annotation> constraint, Constrainable executable) jakarta.validation.ConstraintDeclarationException
Log.getInvalidUnwrappingConfigurationForConstraintException
(Constrainable constrainable, Class<? extends Annotation> constraint)