Uses of Interface
jakarta.validation.metadata.ReturnValueDescriptor
-
Packages that use ReturnValueDescriptor 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 ReturnValueDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return ReturnValueDescriptor Modifier and Type Method Description ReturnValueDescriptorExecutableDescriptor. 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 ReturnValueDescriptor Modifier and Type Method Description ReturnValueDescriptorReturnValueMetaData. 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 ReturnValueDescriptor Modifier and Type Class Description classReturnValueDescriptorImplMethods in org.hibernate.validator.internal.metadata.descriptor that return ReturnValueDescriptor Modifier and Type Method Description ReturnValueDescriptorExecutableDescriptorImpl. getReturnValueDescriptor()Constructors in org.hibernate.validator.internal.metadata.descriptor with parameters of type ReturnValueDescriptor Constructor Description ExecutableDescriptorImpl(Type returnType, String name, Set<ConstraintDescriptorImpl<?>> crossParameterConstraints, ReturnValueDescriptor returnValueDescriptor, List<ParameterDescriptor> parameters, boolean defaultGroupSequenceRedefined, boolean isGetter, List<Class<?>> defaultGroupSequence)
-