Uses of Interface
jakarta.validation.metadata.MethodDescriptor
-
Packages that use MethodDescriptor Package Description jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API.org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API. -
-
Uses of MethodDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return MethodDescriptor Modifier and Type Method Description MethodDescriptorBeanDescriptor. 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 MethodDescriptor Modifier and Type Method Description Set<MethodDescriptor>BeanDescriptor. 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 MethodDescriptor Modifier and Type Class Description classExecutableDescriptorImplDescribes a validated constructor or method.Methods in org.hibernate.validator.internal.metadata.descriptor that return MethodDescriptor Modifier and Type Method Description MethodDescriptorBeanDescriptorImpl. getConstraintsForMethod(String methodName, Class<?>... parameterTypes)Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type MethodDescriptor Modifier and Type Method Description Set<MethodDescriptor>BeanDescriptorImpl. getConstrainedMethods(MethodType methodType, MethodType... methodTypes)
-