Package-level declarations

Properties

Link copied to clipboard
val TestValidator: Validator

A pre-configured Jakarta Bean Validation Validator instance for testing purposes.

Functions

Link copied to clipboard
fun <C : Any> C.validate(): C

Validates this object using Jakarta Bean Validation and throws an exception if validation fails.