Uses of Enum Class
jakarta.validation.metadata.MethodType
Packages that use MethodType
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
Implementation of the Bean Validation meta data API.
-
Uses of MethodType in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return MethodTypeModifier and TypeMethodDescriptionstatic MethodTypeReturns the enum constant of this class with the specified name.static MethodType[]MethodType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jakarta.validation.metadata with parameters of type MethodTypeModifier 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 MethodType in org.hibernate.validator.internal.metadata.descriptor
Methods in org.hibernate.validator.internal.metadata.descriptor with parameters of type MethodTypeModifier and TypeMethodDescriptionBeanDescriptorImpl.getConstrainedMethods(MethodType methodType, MethodType... methodTypes)