Uses of Interface
jakarta.validation.metadata.ConstructorDescriptor
Packages that use ConstructorDescriptor
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
Implementation of the Bean Validation meta data API.
-
Uses of ConstructorDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return ConstructorDescriptorModifier and TypeMethodDescriptionBeanDescriptor.getConstraintsForConstructor(Class<?>... parameterTypes) Returns a constructor descriptor for the given constructor.Methods in jakarta.validation.metadata that return types with arguments of type ConstructorDescriptorModifier and TypeMethodDescriptionBeanDescriptor.getConstrainedConstructors()Returns a set with descriptors for the constrained constructors of the bean represented by this descriptor. -
Uses of ConstructorDescriptor in org.hibernate.validator.internal.metadata.descriptor
Classes in org.hibernate.validator.internal.metadata.descriptor that implement ConstructorDescriptorModifier and TypeClassDescriptionclassDescribes a validated constructor or method.Methods in org.hibernate.validator.internal.metadata.descriptor that return ConstructorDescriptorModifier and TypeMethodDescriptionBeanDescriptorImpl.getConstraintsForConstructor(Class<?>... parameterTypes) Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type ConstructorDescriptor