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. -
-
Uses of MethodDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return MethodDescriptor Modifier and Type Method Description MethodDescriptor
BeanDescriptor. getConstraintsForMethod(java.lang.String methodName, java.lang.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 java.util.Set<MethodDescriptor>
BeanDescriptor. getConstrainedMethods(MethodType methodType, MethodType... methodTypes)
Returns a set with descriptors for the constrained methods of the bean represented by this descriptor.
-