Uses of Interface
jakarta.validation.metadata.MethodDescriptor
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
-
Uses of MethodDescriptor in jakarta.validation.metadata
Modifier and TypeMethodDescriptionBeanDescriptor.getConstraintsForMethod
(String methodName, Class<?>... parameterTypes) Returns a method descriptor for the given method.Modifier and TypeMethodDescriptionBeanDescriptor.getConstrainedMethods
(MethodType methodType, MethodType... methodTypes) Returns a set with descriptors for the constrained methods of the bean represented by this descriptor.