Package-level declarations

Types

Link copied to clipboard
abstract class Validator<T : Any>(val targetType: KClass<T>)

Base class for field value validators used with the field-anchored @Validate annotation.