Skip to main content

NoneValidator

No overview available.

Constructor

Signature

def NoneValidator()

Methods


validate()

def validate(
value: Any
) - > ValidationResult

Validates that the provided input value is None or null.

Parameters

NameTypeDescription
valueAnyThe input value to be checked for a None or null state.

Returns

TypeDescription
ValidationResultA result indicating whether the value is None, typically used for strict null-checking in data schemas.