Map Definition
@Serializable
Definition of a Map in a Wrap ABI.
Constructors
Link copied to clipboard
constructor(type: String, kind: Int, name: String? = null, required: Boolean? = false, comment: String? = null, array: ArrayDefinition? = null, scalar: ScalarDefinition? = null, map: MapDefinition? = null, _object: GenericDefinition? = null, enum: GenericDefinition? = null, unresolvedObjectOrEnum: GenericDefinition? = null, key: MapKeyDefinition? = null, value: GenericDefinition? = null)
Properties
Link copied to clipboard
Reference to the object if the map is of object type.
Link copied to clipboard
Definition of the inner array if the map is of array type.
Link copied to clipboard
Reference to the enum if the map is of enum type.
Link copied to clipboard
Definition of the map key.
Link copied to clipboard
Definition of the inner map if the map is of map type.
Link copied to clipboard
Definition of the inner scalar if the map is of scalar type.
Link copied to clipboard
Reference to the unresolved object or enum if the map is of an unresolved type.
Link copied to clipboard
Definition of the map value.