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.org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation.org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data 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. -
Uses of ParameterDescriptor in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return ParameterDescriptor Modifier and Type Method Description ParameterDescriptorParameterMetaData. asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) -
Uses of ParameterDescriptor in org.hibernate.validator.internal.metadata.descriptor
Classes in org.hibernate.validator.internal.metadata.descriptor that implement ParameterDescriptor Modifier and Type Class Description classParameterDescriptorImplDescribes a validated method parameter.Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type ParameterDescriptor Modifier and Type Method Description List<ParameterDescriptor>ExecutableDescriptorImpl. getParameterDescriptors()Constructor parameters in org.hibernate.validator.internal.metadata.descriptor with type arguments of type ParameterDescriptor Constructor Description ExecutableDescriptorImpl(Type returnType, String name, Set<ConstraintDescriptorImpl<?>> crossParameterConstraints, ReturnValueDescriptor returnValueDescriptor, List<ParameterDescriptor> parameters, boolean defaultGroupSequenceRedefined, boolean isGetter, List<Class<?>> defaultGroupSequence)
-