Not

annotation class Not(val value: KClass<*>)(source)

Ensures the data does not match the provided schema.

Report a problem

Parameters

value

The Kotlin class representing the schema to negate.

Properties

Link copied to clipboard
val value: KClass<*>