AppFunctionDataTypeMetadata
public abstract class AppFunctionDataTypeMetadata
AppFunctionAllOfTypeMetadata |
Defines the schema of a single object data type that is a composition of all of the other types in the |
AppFunctionArrayTypeMetadata |
Defines the schema of an array data type. |
AppFunctionBooleanTypeMetadata |
Defines the schema of a boolean data type. |
AppFunctionBytesTypeMetadata |
Defines the schema of a byte array data type. |
AppFunctionDoubleTypeMetadata |
Defines the schema of a double data type. |
AppFunctionFloatTypeMetadata |
Defines the schema of a float data type. |
AppFunctionIntTypeMetadata |
Defines the schema of a int data type. |
AppFunctionLongTypeMetadata |
Defines the schema of a long data type. |
AppFunctionObjectTypeMetadata |
Defines the schema of a object type. |
AppFunctionOneOfTypeMetadata |
Defines the schema for a data type that can be one of several possible types, representing a form of polymorphism or a sealed hierarchy. |
AppFunctionParcelableTypeMetadata |
Defines the schema of a Parcelable data type. |
AppFunctionReferenceTypeMetadata |
Represents a type that reference a data type that is defined in |
AppFunctionStringTypeMetadata |
Defines the schema of a string data type. |
AppFunctionUnitTypeMetadata |
Defines the schema of a unit data type. |
Base class for defining the schema of an input or output type.
Summary
Public methods |
|
|---|---|
boolean |
|
final @NonNull String |
A description of the data type and its intended use. |
int |
hashCode() |
final boolean |
Whether the data type is nullable. |
@NonNull String |
toString() |
Public methods
getDescription
public final @NonNull String getDescription()
A description of the data type and its intended use.
isNullable
public final boolean isNullable()
Whether the data type is nullable.