A2uiSchemaKeyword.Not


public final class A2uiSchemaKeyword.Not extends A2uiSchemaKeyword


Subschema where the instance must NOT match (not).

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

Public methods

boolean
equals(Object other)
final @NonNull A2uiSchema

subschema that the instance must not match

int
@NonNull String

Public constructors

Not

Added in 1.0.0-alpha01
public Not(@NonNull A2uiSchema schema)

Public methods

equals

public boolean equals(Object other)

getSchema

Added in 1.0.0-alpha01
public final @NonNull A2uiSchema getSchema()

subschema that the instance must not match

hashCode

public int hashCode()

toString

public @NonNull String toString()