Uses of Class
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
-
Packages that use ConstraintDescriptorImpl Package Description org.hibernate.validator.internal.engine.constraintvalidation Classes dealing with the representation of constraints and the management/instantitation of constraint validators.org.hibernate.validator.internal.engine.validationcontext Contains various implementation of validation contexts and supporting classes.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.provider Abstraction of the meta data sources - annotation, xml, programmatic. -
-
Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.engine.constraintvalidation
Fields in org.hibernate.validator.internal.engine.constraintvalidation declared as ConstraintDescriptorImpl Modifier and Type Field Description protected ConstraintDescriptorImpl<A>ConstraintTree. descriptorThe constraint descriptor for the constraint represented by this constraint tree.Methods in org.hibernate.validator.internal.engine.constraintvalidation that return ConstraintDescriptorImpl Modifier and Type Method Description ConstraintDescriptorImpl<A>ConstraintTree. getDescriptor()Constructors in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ConstraintDescriptorImpl Constructor Description ConstraintTree(ConstraintValidatorManager constraintValidatorManager, ConstraintDescriptorImpl<A> descriptor, Type validatedValueType) -
Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.engine.validationcontext
Methods in org.hibernate.validator.internal.engine.validationcontext with parameters of type ConstraintDescriptorImpl Modifier and Type Method Description ConstraintValidatorContextImplParameterExecutableValidationContext. createConstraintValidatorContextFor(ConstraintDescriptorImpl<?> constraintDescriptor, PathImpl path)ConstraintValidatorContextImplValidationContext. createConstraintValidatorContextFor(ConstraintDescriptorImpl<?> constraintDescriptor, PathImpl path) -
Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return types with arguments of type ConstraintDescriptorImpl Modifier and Type Method Description protected Set<ConstraintDescriptorImpl<?>>AbstractConstraintMetaData. asDescriptors(Set<MetaConstraint<?>> constraints) -
Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.metadata.core
Methods in org.hibernate.validator.internal.metadata.core that return ConstraintDescriptorImpl Modifier and Type Method Description ConstraintDescriptorImpl<A>MetaConstraint. getDescriptor()Methods in org.hibernate.validator.internal.metadata.core with parameters of type ConstraintDescriptorImpl Modifier and Type Method Description static <A extends Annotation>
MetaConstraint<A>MetaConstraints. create(TypeResolutionHelper typeResolutionHelper, ValueExtractorManager valueExtractorManager, ConstraintValidatorManager constraintValidatorManager, ConstraintDescriptorImpl<A> constraintDescriptor, ConstraintLocation location) -
Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.metadata.descriptor
Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type ConstraintDescriptorImpl Modifier and Type Method Description Set<ConstraintDescriptorImpl<?>>ConstraintDescriptorImpl. getComposingConstraintImpls()Constructor parameters in org.hibernate.validator.internal.metadata.descriptor with type arguments of type ConstraintDescriptorImpl Constructor Description BeanDescriptorImpl(Type beanClass, Set<ConstraintDescriptorImpl<?>> classLevelConstraints, Map<String,PropertyDescriptor> constrainedProperties, Map<Signature,ExecutableDescriptorImpl> constrainedMethods, Map<Signature,ConstructorDescriptor> constrainedConstructors, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)ClassDescriptorImpl(Type beanType, Set<ConstraintDescriptorImpl<?>> constraints, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)ContainerElementTypeDescriptorImpl(Type type, Class<?> containerClass, Integer typeArgumentIndex, Set<ConstraintDescriptorImpl<?>> constraints, Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions)CrossParameterDescriptorImpl(Set<ConstraintDescriptorImpl<?>> constraintDescriptors, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)ElementDescriptorImpl(Type type, Set<ConstraintDescriptorImpl<?>> constraintDescriptors, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)ExecutableDescriptorImpl(Type returnType, String name, Set<ConstraintDescriptorImpl<?>> crossParameterConstraints, ReturnValueDescriptor returnValueDescriptor, List<ParameterDescriptor> parameters, boolean defaultGroupSequenceRedefined, boolean isGetter, List<Class<?>> defaultGroupSequence)ParameterDescriptorImpl(Type type, int index, String name, Set<ConstraintDescriptorImpl<?>> constraints, Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes, boolean isCascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions)PropertyDescriptorImpl(Type returnType, String propertyName, Set<ConstraintDescriptorImpl<?>> constraints, Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions)ReturnValueDescriptorImpl(Type returnType, Set<ConstraintDescriptorImpl<?>> returnValueConstraints, Set<ContainerElementTypeDescriptor> constrainedContainerElementTypes, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions) -
Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.metadata.provider
Methods in org.hibernate.validator.internal.metadata.provider that return types with arguments of type ConstraintDescriptorImpl 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.
-