Uses of Interface
jakarta.validation.metadata.MethodDescriptor
Packages that use MethodDescriptor
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
Implementation of the Bean Validation meta data API.
-
Uses of MethodDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return MethodDescriptorModifier and TypeMethodDescriptionBeanDescriptor.getConstraintsForMethod(String methodName, Class<?>... parameterTypes) Returns a method descriptor for the given method.Methods in jakarta.validation.metadata that return types with arguments of type MethodDescriptorModifier and TypeMethodDescriptionBeanDescriptor.getConstrainedMethods(MethodType methodType, MethodType... methodTypes) Returns a set with descriptors for the constrained methods of the bean represented by this descriptor. -
Uses of MethodDescriptor in org.hibernate.validator.internal.metadata.descriptor
Classes in org.hibernate.validator.internal.metadata.descriptor that implement MethodDescriptorModifier and TypeClassDescriptionclassDescribes a validated constructor or method.Methods in org.hibernate.validator.internal.metadata.descriptor that return MethodDescriptorModifier and TypeMethodDescriptionBeanDescriptorImpl.getConstraintsForMethod(String methodName, Class<?>... parameterTypes) Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type MethodDescriptorModifier and TypeMethodDescriptionBeanDescriptorImpl.getConstrainedMethods(MethodType methodType, MethodType... methodTypes)