Uses of Interface
jakarta.validation.metadata.ParameterDescriptor
Packages that use ParameterDescriptor
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
The classes in this package contain the aggregated meta data needed for an actual validation.
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 ParameterDescriptorModifier and TypeMethodDescriptionExecutableDescriptor.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 ParameterDescriptorModifier and TypeMethodDescriptionParameterMetaData.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 ParameterDescriptorModifier and TypeClassDescriptionclassDescribes a validated method parameter.Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type ParameterDescriptorConstructor parameters in org.hibernate.validator.internal.metadata.descriptor with type arguments of type ParameterDescriptorModifierConstructorDescriptionExecutableDescriptorImpl(Type returnType, String name, Set<ConstraintDescriptorImpl<?>> crossParameterConstraints, ReturnValueDescriptor returnValueDescriptor, List<ParameterDescriptor> parameters, boolean defaultGroupSequenceRedefined, boolean isGetter, List<Class<?>> defaultGroupSequence)