Uses of Interface
jakarta.validation.metadata.ContainerDescriptor
-
Packages that use ContainerDescriptor Package Description jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API. -
-
Uses of ContainerDescriptor in jakarta.validation.metadata
Subinterfaces of ContainerDescriptor in jakarta.validation.metadata Modifier and Type Interface Description interface
ContainerElementTypeDescriptor
Describes a validated container element type, e.g.interface
ParameterDescriptor
Describes a validated method or constructor parameter.interface
PropertyDescriptor
Describes a Java Bean property hosting validation constraints.interface
ReturnValueDescriptor
Describes a validated return value of a method or constructor.
-