Uses of Interface
org.hibernate.validator.internal.properties.Constrainable
-
Packages that use Constrainable Package Description 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.location Contains types for the representation of constraint locations.org.hibernate.validator.internal.metadata.provider Abstraction of the meta data sources - annotation, xml, programmatic.org.hibernate.validator.internal.properties org.hibernate.validator.internal.properties.javabean org.hibernate.validator.internal.util.logging Logging classes. -
-
Uses of Constrainable in org.hibernate.validator.internal.metadata.core
Methods in org.hibernate.validator.internal.metadata.core with parameters of type Constrainable Modifier and Type Method Description booleanAnnotationProcessingOptions. 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 Constructor Description ExecutableParameterKey(Constrainable constrainable, int index) -
Uses of Constrainable in org.hibernate.validator.internal.metadata.descriptor
Constructors in org.hibernate.validator.internal.metadata.descriptor with parameters of type Constrainable 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 Constrainable in org.hibernate.validator.internal.metadata.location
Methods in org.hibernate.validator.internal.metadata.location that return Constrainable Modifier and Type Method Description ConstrainableConstraintLocation. getConstrainable()Returns the member represented by this location.ConstrainableParameterConstraintLocation. getConstrainable()ConstrainableTypeArgumentConstraintLocation. getConstrainable() -
Uses of Constrainable in org.hibernate.validator.internal.metadata.provider
Methods in org.hibernate.validator.internal.metadata.provider with parameters of type Constrainable 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. -
Uses of Constrainable in org.hibernate.validator.internal.properties
Subinterfaces of Constrainable in org.hibernate.validator.internal.properties Modifier and Type Interface Description interfaceCallableinterfaceFieldinterfaceGetterinterfaceProperty -
Uses of Constrainable in org.hibernate.validator.internal.properties.javabean
Subinterfaces of Constrainable in org.hibernate.validator.internal.properties.javabean Modifier and Type Interface Description interfaceJavaBeanAnnotatedConstrainableClasses in org.hibernate.validator.internal.properties.javabean that implement Constrainable Modifier and Type Class Description classJavaBeanConstructorclassJavaBeanExecutable<T extends Executable>classJavaBeanFieldclassJavaBeanGetterclassJavaBeanMethod -
Uses of Constrainable in org.hibernate.validator.internal.util.logging
-