Uses of Interface
jakarta.validation.metadata.PropertyDescriptor
Packages that use PropertyDescriptor
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
Implementation of the Bean Validation meta data API.
-
Uses of PropertyDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return PropertyDescriptorModifier and TypeMethodDescriptionBeanDescriptor.getConstraintsForProperty(String propertyName) Returns the property descriptor for a given property.Methods in jakarta.validation.metadata that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionBeanDescriptor.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 PropertyDescriptorMethods in org.hibernate.validator.internal.metadata.descriptor that return PropertyDescriptorModifier and TypeMethodDescriptionfinal PropertyDescriptorBeanDescriptorImpl.getConstraintsForProperty(String propertyName) Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type PropertyDescriptorModifier and TypeMethodDescriptionfinal Set<PropertyDescriptor>BeanDescriptorImpl.getConstrainedProperties()Constructor parameters in org.hibernate.validator.internal.metadata.descriptor with type arguments of type PropertyDescriptorModifierConstructorDescriptionBeanDescriptorImpl(Type beanClass, Set<ConstraintDescriptorImpl<?>> classLevelConstraints, Map<String, PropertyDescriptor> constrainedProperties, Map<Signature, ExecutableDescriptorImpl> constrainedMethods, Map<Signature, ConstructorDescriptor> constrainedConstructors, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)