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