Uses of Interface
jakarta.validation.metadata.PropertyDescriptor
-
Packages that use PropertyDescriptor Package Description jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API.org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API. -
-
Uses of PropertyDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return PropertyDescriptor Modifier and Type Method Description PropertyDescriptorBeanDescriptor. getConstraintsForProperty(String propertyName)Returns the property descriptor for a given property.Methods in jakarta.validation.metadata that return types with arguments of type PropertyDescriptor Modifier and Type Method Description Set<PropertyDescriptor>BeanDescriptor. getConstrainedProperties()Returns a set of property descriptors having at least one constraint defined or marked as cascaded (Valid). -
Uses of PropertyDescriptor in org.hibernate.validator.internal.metadata.descriptor
Classes in org.hibernate.validator.internal.metadata.descriptor that implement PropertyDescriptor Modifier and Type Class Description classPropertyDescriptorImplDescribes a validated property.Methods in org.hibernate.validator.internal.metadata.descriptor that return PropertyDescriptor Modifier and Type Method Description PropertyDescriptorBeanDescriptorImpl. getConstraintsForProperty(String propertyName)Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type PropertyDescriptor Modifier and Type Method Description Set<PropertyDescriptor>BeanDescriptorImpl. getConstrainedProperties()Constructor parameters in org.hibernate.validator.internal.metadata.descriptor with type arguments of type PropertyDescriptor 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)
-