FieldsValid

Represents a collection of component validity states where all components are required to be valid.

Constructors

Link copied to clipboard
constructor(fields: List<ComponentValidity>)

Properties

Link copied to clipboard
open override val fields: List<ComponentValidity>

A list of all component validity states. Each field must implement ComponentValidity and satisfy the Valid interface, ensuring that all listed fields are in a valid state.

Functions

Link copied to clipboard
open override fun toJsonObject(): JsonObject
Link copied to clipboard
open override fun toJsonString(): String
Link copied to clipboard
open override fun toMap(): MutableMap<String, Any?>