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 TypeMethodDescriptionbooleanAnnotationProcessingOptions.areCrossParameterConstraintsIgnoredFor(Constrainable constrainable) booleanAnnotationProcessingOptionsImpl.areCrossParameterConstraintsIgnoredFor(Constrainable constrainable) booleanAnnotationProcessingOptions.areMemberConstraintsIgnoredFor(Constrainable constrainable) booleanAnnotationProcessingOptionsImpl.areMemberConstraintsIgnoredFor(Constrainable constrainable) booleanAnnotationProcessingOptions.areParameterConstraintsIgnoredFor(Constrainable constrainable, int index) booleanAnnotationProcessingOptionsImpl.areParameterConstraintsIgnoredFor(Constrainable constrainable, int index) booleanAnnotationProcessingOptions.areReturnValueConstraintsIgnoredFor(Constrainable constrainable) booleanAnnotationProcessingOptionsImpl.areReturnValueConstraintsIgnoredFor(Constrainable constrainable) voidAnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsForCrossParameterConstraint(Constrainable member, Boolean b) voidAnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsForReturnValue(Constrainable member, Boolean b) voidAnnotationProcessingOptionsImpl.ignoreConstraintAnnotationsOnMember(Constrainable member, Boolean b) voidAnnotationProcessingOptionsImpl.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 TypeClassDescriptionclassclassJavaBeanExecutable<T extends Executable>classclassclass -
Uses of Constrainable in org.hibernate.validator.internal.util.logging
Methods in org.hibernate.validator.internal.util.logging with parameters of type ConstrainableModifier and TypeMethodDescriptionLog.getCrossParameterConstraintOnFieldException(Class<? extends Annotation> constraint, Constrainable field) Log.getCrossParameterConstraintOnMethodWithoutParametersException(Class<? extends Annotation> constraint, Constrainable executable) Log.getInvalidUnwrappingConfigurationForConstraintException(Constrainable constrainable, Class<? extends Annotation> constraint)