Uses of Interface
jakarta.validation.metadata.ReturnValueDescriptor
Packages that use ReturnValueDescriptor
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 ReturnValueDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return ReturnValueDescriptorModifier and TypeMethodDescriptionExecutableDescriptor.getReturnValueDescriptor()Returns a descriptor for this executable's return value. -
Uses of ReturnValueDescriptor in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return ReturnValueDescriptorModifier and TypeMethodDescriptionReturnValueMetaData.asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) -
Uses of ReturnValueDescriptor in org.hibernate.validator.internal.metadata.descriptor
Classes in org.hibernate.validator.internal.metadata.descriptor that implement ReturnValueDescriptorMethods in org.hibernate.validator.internal.metadata.descriptor that return ReturnValueDescriptorConstructors in org.hibernate.validator.internal.metadata.descriptor with parameters of type ReturnValueDescriptorModifierConstructorDescriptionExecutableDescriptorImpl(Type returnType, String name, Set<ConstraintDescriptorImpl<?>> crossParameterConstraints, ReturnValueDescriptor returnValueDescriptor, List<ParameterDescriptor> parameters, boolean defaultGroupSequenceRedefined, boolean isGetter, List<Class<?>> defaultGroupSequence)