A2uiSchemaKeyword.AllOf


class A2uiSchemaKeyword.AllOf : A2uiSchemaKeyword


Subschemas where the instance must match all (allOf).

Uses Nothing as the type parameter so that covariance (out T) allows this keyword to be used in any typed schema's keyword list.

Summary

Public constructors

AllOf(schemas: List<A2uiSchema>)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

List<A2uiSchema>

list of subschemas to validate against

Public constructors

AllOf

AllOf(schemas: List<A2uiSchema>)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

schemas

Added in 1.0.0-alpha01
val schemasList<A2uiSchema>

list of subschemas to validate against