Uses of Interface
jakarta.validation.metadata.ElementDescriptor
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
-
Uses of ElementDescriptor in jakarta.validation.metadata
Modifier and TypeInterfaceDescriptioninterface
Describes a constrained Java Bean and the constraints associated to it.interface
Describes a validated constructor.interface
Describes a validated container element type, e.g.interface
Describes an element holding cross-parameter constraints of a method or constructorinterface
Provides the common functionality ofMethodDescriptor
andConstructorDescriptor
.interface
Describes a validated method.interface
Describes a validated method or constructor parameter.interface
Describes a Java Bean property hosting validation constraints.interface
Describes a validated return value of a method or constructor.