ValidatorEngine

Engine for validating configuration objects based on annotations.

This singleton scans the properties of a data class and applies validation logic according to the annotations present on those properties.

Functions

Link copied to clipboard
fun validate(obj: Any)

Validates the specified obj based on its annotations.