Uses of Interface
jakarta.validation.metadata.ParameterDescriptor
- 
Packages that use ParameterDescriptor Package Description jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API. - 
- 
Uses of ParameterDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return types with arguments of type ParameterDescriptor Modifier and Type Method Description List<ParameterDescriptor>ExecutableDescriptor. getParameterDescriptors()Returns a list of descriptors representing this executable's parameters, in the order of their declaration, including synthetic parameters. 
 -