Uses of Interface
jakarta.validation.metadata.ConstructorDescriptor
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
-
Uses of ConstructorDescriptor in jakarta.validation.metadata
Modifier and TypeMethodDescriptionBeanDescriptor.getConstraintsForConstructor
(Class<?>... parameterTypes) Returns a constructor descriptor for the given constructor.Modifier and TypeMethodDescriptionBeanDescriptor.getConstrainedConstructors()
Returns a set with descriptors for the constrained constructors of the bean represented by this descriptor.