Uses of Interface
jakarta.validation.metadata.ConstructorDescriptor
-
Packages that use ConstructorDescriptor 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 ConstructorDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return ConstructorDescriptor Modifier and Type Method Description ConstructorDescriptorBeanDescriptor. getConstraintsForConstructor(Class<?>... parameterTypes)Returns a constructor descriptor for the given constructor.Methods in jakarta.validation.metadata that return types with arguments of type ConstructorDescriptor Modifier and Type Method Description Set<ConstructorDescriptor>BeanDescriptor. 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 ConstructorDescriptor Modifier and Type Class Description classExecutableDescriptorImplDescribes a validated constructor or method.Methods in org.hibernate.validator.internal.metadata.descriptor that return ConstructorDescriptor Modifier and Type Method Description ConstructorDescriptorBeanDescriptorImpl. getConstraintsForConstructor(Class<?>... parameterTypes)Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type ConstructorDescriptor Modifier and Type Method Description Set<ConstructorDescriptor>BeanDescriptorImpl. getConstrainedConstructors()
-