Type-safe mapping of method names to custom validators.
Maps each method name to a validation function that receives the raw input and returns a validation result. The type inference ensures validators match the expected argument types.
The source class type for type inference
Type-safe mapping of method names to custom validators.
Maps each method name to a validation function that receives the raw input and returns a validation result. The type inference ensures validators match the expected argument types.