AppFunctionDataTypeMetadata


public abstract class AppFunctionDataTypeMetadata

Known direct subclasses
AppFunctionAllOfTypeMetadata

Defines the schema of a single object data type that is a composition of all of the other types in the matchAll list.

AppFunctionArrayTypeMetadata

Defines the schema of an array data type.

AppFunctionObjectTypeMetadata

Defines the schema of a object type.

AppFunctionPrimitiveTypeMetadata

Defines the schema of a primitive data type.

AppFunctionReferenceTypeMetadata

Represents a type that reference a data type that is defined in AppFunctionComponentsMetadata.


Base class for defining the schema of an input or output type.

Summary

Public methods

boolean
equals(Object other)
int
final boolean

Whether the data type is nullable.

@NonNull String

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

isNullable

Added in 1.0.0-alpha01
public final boolean isNullable()

Whether the data type is nullable.

toString

public @NonNull String toString()