A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W 

G

GenericDefinition - class in io.polywrap.core.wrap.formats.wrap01.abi
A data class implementing IGenericDefinition.
GenericMap - class in io.polywrap.core.msgpack
A wrapper data class for a Map to be serialized with MsgPack format.
GenericMapExtensionSerializer - class in io.polywrap.core.msgpack
A custom serializer for serializing GenericMap instances using the MsgPack format.
GenericMapKt - class in io.polywrap.core.msgpack
 
get_object() - function in io.polywrap.core.wrap.formats.wrap01.abi.AnyDefinition
An optional object reference for this definition.
get_object() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
An optional object reference for this definition.
get_object() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Reference to the object if the map is of object type.
get_object() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapKeyDefinition
Reference to the object if the key is of object type.
get_object() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Reference to an object property, if it is an object type.
get_return() - function in io.polywrap.core.wrap.formats.wrap01.abi.MethodDefinition
An optional PropertyDefinition object representing the return value of the method.
getAbi() - function in io.polywrap.core.wrap.formats.wrap01.WrapManifest01
The ABI (Application Binary Interface) for this package.
getArguments() - function in io.polywrap.core.wrap.formats.wrap01.abi.MethodDefinition
A list of PropertyDefinition objects representing the arguments of the method.
getArray() - function in io.polywrap.core.wrap.formats.wrap01.abi.AnyDefinition
An optional ArrayDefinition for this definition.
getArray() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
An optional nested ArrayDefinition within the current definition.
getArray() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Definition of the inner array if the map is of array type.
getArray() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapKeyDefinition
Definition of the inner array if the key is of array type.
getArray() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Definition of an array property, if it is an array type.
getAuthority() - function in io.polywrap.core.resolution.Uri
The authority component of the Uri
getCapabilities() - function in io.polywrap.core.wrap.formats.wrap01.abi.InterfaceDefinition
A list of capability definitions for the interface definition.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnumDefinition
An optional comment for the enumeration definition.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnvDefinition
An optional comment about the environment definition.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnumDefinition
The comment associated with this definition, if there is one.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnvDefinition
The comment associated with the imported environment definition.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedModuleDefinition
The comment of the imported module definition.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedObjectDefinition
The comment for this definition.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Optional comment associated with this definition.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.MethodDefinition
An optional comment associated with the method.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.ModuleDefinition
An optional comment for the module definition.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.ObjectDefinition
Optional comment about the object definition.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Optional comment for the property.
getComment() - function in io.polywrap.core.wrap.formats.wrap01.abi.WithComment
The comment associated with the definition.
getConfig() - function in io.polywrap.configBuilder.BaseConfigBuilder
Holds the current configuration being built.
getConfig() - function in io.polywrap.configBuilder.BaseConfigBuilder
Holds the current configuration being built.
getConfig() - function in io.polywrap.plugin.PluginModule
The configuration object for the plugin module.
getConstants() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnumDefinition
The list of constant values defined by the enumeration.
getConstants() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnumDefinition
The list of constant values defined in this enumeration.
getDescriptor() - function in com.ensarsarajcic.kotlinx.serialization.msgpack.extensions.BaseMsgPackExtensionSerializer
 
getEnabled() - function in io.polywrap.core.wrap.formats.wrap01.abi.InterfaceDefinition.CapabilityDefinition.GetImplementations
A boolean indicating whether GetImplementations is enabled.
getEnum() - function in io.polywrap.core.wrap.formats.wrap01.abi.AnyDefinition
An optional enum reference for this definition.
getEnum() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
An optional enum reference for this definition.
getEnum() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Reference to the enum if the map is of enum type.
getEnum() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapKeyDefinition
Reference to the enum if the key is of enum type.
getEnum() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Reference to an enum property, if it is an enum type.
getEnumTypes() - function in io.polywrap.core.wrap.formats.wrap01.abi.Abi01
List of EnumDefinitions that define the enums in the ABI.
getEnv() - function in io.polywrap.configBuilder.Bundle.Item
 
getEnv() - function in io.polywrap.core.wrap.formats.wrap01.abi.MethodDefinition
An optional EnvRequired object representing the environment required for the method.
getEnvByUri(io.polywrap.core.resolution.Uri) - function in io.polywrap.core.Invoker
Returns an env (a set of environmental variables) from the configuration used to instantiate the client.
getEnvByUri(io.polywrap.core.resolution.Uri) - function in io.polywrap.core.Invoker
Returns an env (a set of environmental variables) from the configuration used to instantiate the client.
getEnvByUri(io.polywrap.core.resolution.Uri) - function in io.polywrap.core.WrapInvoker
Returns an env (a set of environmental variables) from the configuration used to instantiate the client.
getEnvs() - function in io.polywrap.configBuilder.BuilderConfig
A MutableMap mapping environment URIs to their respective WrapEnv.
getEnvSerializer() - function in io.polywrap.core.msgpack.SerializationKt
MessagePack Serializer for Map<String, Any>
getEnvType() - function in io.polywrap.core.wrap.formats.wrap01.abi.Abi01
EnvDefinition that defines environment variables in the ABI.
getExtTypeId() - function in io.polywrap.core.msgpack.GenericMapExtensionSerializer
 
getFfiBundles() - function in io.polywrap.configBuilder.BuilderConfig
 
getFfiInvoker() - function in io.polywrap.core.Invoker
 
getFfiInvoker() - function in io.polywrap.core.Invoker
 
getFfiWrapPackage() - function in io.polywrap.wasm.WasmPackage
 
getFfiWrapper() - function in io.polywrap.wasm.WasmWrapper
 
getFile(java.lang.String) - function in io.polywrap.core.WrapPackage
Get a file from the Wrapper package.
getFile(java.lang.String) - function in io.polywrap.plugin.PluginPackage
Not Implemented.
getFile(java.lang.String) - function in io.polywrap.wasm.WasmPackage
Retrieves the file at the specified path within the Wrap package.
getGetImplementations() - function in io.polywrap.core.wrap.formats.wrap01.abi.InterfaceDefinition.CapabilityDefinition
A data class representing the GetImplementations capability.
getImplementations(io.polywrap.core.resolution.Uri) - function in io.polywrap.core.Invoker
Retrieves the list of implementation URIs for the specified interface URI.
getImplementations(io.polywrap.core.resolution.Uri) - function in io.polywrap.core.Invoker
Retrieves the list of implementation URIs for the specified interface URI.
getImplementations(io.polywrap.core.resolution.Uri) - function in io.polywrap.core.WrapInvoker
Retrieves the list of implementation URIs for the specified interface URI.
getImplements() - function in io.polywrap.configBuilder.Bundle.Item
 
getImportedEnumTypes() - function in io.polywrap.core.wrap.formats.wrap01.abi.Abi01
List of ImportedEnumDefinitions that define imported enums in the ABI.
getImportedEnvTypes() - function in io.polywrap.core.wrap.formats.wrap01.abi.Abi01
List of ImportedEnvDefinitions that define imported environment variables in the ABI.
getImportedModuleTypes() - function in io.polywrap.core.wrap.formats.wrap01.abi.Abi01
List of ImportedModuleDefinitions that define imported modules in the ABI.
getImportedObjectTypes() - function in io.polywrap.core.wrap.formats.wrap01.abi.Abi01
List of ImportedObjectDefinitions that define imported objects in the ABI.
getImports() - function in io.polywrap.core.wrap.formats.wrap01.abi.ModuleDefinition
A list of ImportedModuleRef objects representing imported modules in the module.
getInterfaces() - function in io.polywrap.configBuilder.BuilderConfig
A MutableMap mapping interface URIs to their respective MutableSet of implementation URIs.
getInterfaces() - function in io.polywrap.core.Invoker
Returns the interface implementations stored in the configuration.
getInterfaces() - function in io.polywrap.core.Invoker
Returns the interface implementations stored in the configuration.
getInterfaces() - function in io.polywrap.core.WrapInvoker
Returns the interface implementations stored in the configuration.
getInterfaces() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnvDefinition
The list of generic interface definitions for the environment.
getInterfaces() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnvDefinition
A list of GenericDefinition objects representing the interfaces implemented by the imported environment definition.
getInterfaces() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedObjectDefinition
The list of interfaces implemented by the imported object.
getInterfaces() - function in io.polywrap.core.wrap.formats.wrap01.abi.ModuleDefinition
A list of GenericDefinition objects representing the interfaces implemented by the module.
getInterfaces() - function in io.polywrap.core.wrap.formats.wrap01.abi.ObjectDefinition
List of interfaces that define the interfaces implemented by the object.
getInterfaceTypes() - function in io.polywrap.core.wrap.formats.wrap01.abi.Abi01
List of InterfaceDefinitions that define the interfaces in the ABI.
getItem() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
The type of item stored in the array.
getItems() - function in io.polywrap.configBuilder.Bundle
A Map of Items to add to the configuration.
getKey() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Definition of the map key.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.AnyDefinition
The kind of the generic definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
The kind of the array definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnumDefinition
The kind of the enumeration definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnvDefinition
The kind of the environment definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.GenericDefinition
The kind of the generic definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.IGenericDefinition
The kind of the generic definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnumDefinition
The kind of this definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnvDefinition
An integer representing the kind of the imported environment definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedModuleDefinition
The kind of the imported module definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedObjectDefinition
The kind of the imported object definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.InterfaceDefinition
The kind of the interface definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Kind of the definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapKeyDefinition
Kind of the definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.MethodDefinition
The kind of the method definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.ModuleDefinition
The kind of the definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.ObjectDefinition
Kind of the definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Kind of the property definition.
getKind() - function in io.polywrap.core.wrap.formats.wrap01.abi.ScalarDefinition
Kind of the definition.
getManifest() - function in io.polywrap.core.WrapPackage
Produce an instance of the wrap manifest
getManifest() - function in io.polywrap.plugin.PluginPackage
Produce an instance of the WrapPackage's WRAP manifest
getManifest() - function in io.polywrap.wasm.WasmPackage
Produce an instance of the WrapPackage's WRAP manifest
getMap() - function in io.polywrap.core.msgpack.GenericMap
The map to be serialized.
getMap() - function in io.polywrap.core.wrap.formats.wrap01.abi.AnyDefinition
An optional MapDefinition for this definition.
getMap() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
An optional MapDefinition for this definition.
getMap() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Definition of the inner map if the map is of map type.
getMap() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapKeyDefinition
Definition of the inner map if the key is of map type.
getMap() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Definition of a map property, if it is a map type.
getMethods() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedModuleDefinition
The list of methods defined in the imported module definition.
getMethods() - function in io.polywrap.core.wrap.formats.wrap01.abi.ModuleDefinition
A list of MethodDefinition objects representing the methods defined in the module.
getMethods() - function in io.polywrap.plugin.PluginModule
An abstract property representing a map of method names to their corresponding PluginMethod instances.
getModule() - function in io.polywrap.plugin.PluginWrapper
The plugin module instance associated with the wrapper.
getModuleType() - function in io.polywrap.core.wrap.formats.wrap01.abi.Abi01
ModuleDefinition that defines the module in the ABI.
getMsgPack() - function in io.polywrap.core.msgpack.SerializationKt
A lazily initialized MsgPack instance with a custom configuration.
getName() - function in io.polywrap.core.wrap.formats.wrap01.WrapManifest01
The name of the wrapper package.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.AnyDefinition
The name of the generic definition, if any.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
The name of the array definition, if any.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnumDefinition
The name of the enumeration definition, if any.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnvDefinition
The name of the environment definition, if any.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.GenericDefinition
The name of the generic definition, if any.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.IGenericDefinition
The name of the generic definition, if any.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnumDefinition
The name of this definition, if it has one.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnvDefinition
The name of the imported environment definition.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedModuleDefinition
The name of the imported module definition.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedObjectDefinition
The name of the imported object definition.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.InterfaceDefinition
The name of the interface definition.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Optional name of the map.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapKeyDefinition
Optional name of the key.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.MethodDefinition
The name of the method.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.ModuleDefinition
The name of the module definition.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.ObjectDefinition
Optional name of the object definition.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Optional name of the property.
getName() - function in io.polywrap.core.wrap.formats.wrap01.abi.ScalarDefinition
Optional name of the scalar.
getName() - function in kotlin.NativeBundle
 
getName() - function in kotlin.WrapManifestVersions
 
getNamespace() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedDefinition
The namespace of the imported definition.
getNamespace() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnumDefinition
The namespace of this definition.
getNamespace() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnvDefinition
The namespace of the imported environment definition.
getNamespace() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedModuleDefinition
The namespace of the imported module definition.
getNamespace() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedObjectDefinition
The namespace of the imported object.
getNamespace() - function in io.polywrap.core.wrap.formats.wrap01.abi.InterfaceDefinition
The namespace of the interface definition.
getNativeType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedDefinition
The native type of the imported definition.
getNativeType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnumDefinition
The native type of this definition.
getNativeType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnvDefinition
The native type of the imported environment definition.
getNativeType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedModuleDefinition
The native type of the imported module definition.
getNativeType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedObjectDefinition
The native type of the imported object.
getNativeType() - function in io.polywrap.core.wrap.formats.wrap01.abi.InterfaceDefinition
The native type of the interface definition.
getNullableKVSerializer() - function in io.polywrap.core.msgpack.SerializationKt
MessagePack Serializer for Map<String, Any?>?
getObjectTypes() - function in io.polywrap.core.wrap.formats.wrap01.abi.Abi01
List of ObjectDefinitions that define objects in the ABI.
getOrdinal() - function in kotlin.NativeBundle
 
getOrdinal() - function in kotlin.WrapManifestVersions
 
getPackages() - function in io.polywrap.configBuilder.BuilderConfig
A MutableMap mapping package URIs to their respective WrapPackage instances.
getPath() - function in io.polywrap.core.resolution.Uri
The path component of the Uri
getPkg() - function in io.polywrap.configBuilder.Bundle.Item
 
getProperties() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnvDefinition
The list of property definitions for the environment.
getProperties() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnvDefinition
A list of PropertyDefinition objects representing the properties of the imported environment definition.
getProperties() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedObjectDefinition
The list of properties of the imported object.
getProperties() - function in io.polywrap.core.wrap.formats.wrap01.abi.ObjectDefinition
List of PropertyDefinitions that define the properties of the object.
getRedirectFrom() - function in io.polywrap.configBuilder.Bundle.Item
 
getRedirects() - function in io.polywrap.configBuilder.BuilderConfig
A MutableMap mapping source URIs to their respective destination URIs.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.AnyDefinition
A flag indicating if the generic definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
A flag indicating if the array definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnumDefinition
A flag indicating if the enumeration definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnvDefinition
A flag indicating if the environment definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.GenericDefinition
A flag indicating if the generic definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.IGenericDefinition
A flag indicating if the generic definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnumDefinition
Whether this definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnvDefinition
A boolean value indicating whether the imported environment definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedModuleDefinition
Whether the imported module definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedObjectDefinition
A flag indicating whether this definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.InterfaceDefinition
A boolean indicating whether the interface definition is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Boolean indicating whether the map is required or not.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapKeyDefinition
Boolean indicating whether the key is required or not.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.MethodDefinition
A boolean indicating whether the method is required or not.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.MethodDefinition.EnvRequired
A boolean indicating whether the environment is required.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.ModuleDefinition
A boolean indicating whether the module definition is required or not.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.ObjectDefinition
Boolean indicating whether the object definition is required or not.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Boolean indicating whether the property is required or not.
getRequired() - function in io.polywrap.core.wrap.formats.wrap01.abi.ScalarDefinition
Boolean indicating whether the scalar is required or not.
getResolvers() - function in io.polywrap.configBuilder.BuilderConfig
A MutableList of UriResolver instances.
getScalar() - function in io.polywrap.core.wrap.formats.wrap01.abi.AnyDefinition
An optional ScalarDefinition for this definition.
getScalar() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
An optional ScalarDefinition for this definition.
getScalar() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Definition of the inner scalar if the map is of scalar type.
getScalar() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapKeyDefinition
Definition of the inner scalar if the key is of scalar type.
getScalar() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Definition of a scalar property, if it is a scalar type.
getType() - function in io.polywrap.core.wrap.formats.wrap01.WrapManifest01
The type of wrapper package.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.AnyDefinition
The type of the generic definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
The type of the array definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnumDefinition
The type of the enumeration definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.EnvDefinition
The type of the environment definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.GenericDefinition
The type of the generic definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.IGenericDefinition
The type of the generic definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnumDefinition
The type of this definition, which is always "enum".
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnvDefinition
The type of the imported environment definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedModuleDefinition
The type of the imported module definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedObjectDefinition
The type of the imported object definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.InterfaceDefinition
The type of the interface definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Type of the map.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapKeyDefinition
Type of the key.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.MethodDefinition
The type of the method.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ModuleDefinition
The type of the module definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ModuleDefinition.ImportedModuleRef
The type of the imported module reference.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ObjectDefinition
Type of the object definition.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Type of the property.
getType() - function in io.polywrap.core.wrap.formats.wrap01.abi.ScalarDefinition
Type of the scalar.
getUnresolvedObjectOrEnum() - function in io.polywrap.core.wrap.formats.wrap01.abi.AnyDefinition
An optional unresolved reference for this definition.
getUnresolvedObjectOrEnum() - function in io.polywrap.core.wrap.formats.wrap01.abi.ArrayDefinition
An optional unresolved reference for this definition.
getUnresolvedObjectOrEnum() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Reference to the unresolved object or enum if the map is of an unresolved type.
getUnresolvedObjectOrEnum() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapKeyDefinition
Reference to the unresolved object or enum if the key is of an unresolved type.
getUnresolvedObjectOrEnum() - function in io.polywrap.core.wrap.formats.wrap01.abi.PropertyDefinition
Reference to an unresolved object or enum property.
getUri() - function in io.polywrap.configBuilder.Bundle.Item
 
getUri() - function in io.polywrap.core.resolution.Uri
The string representation of the Uri
getUri() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedDefinition
The URI of the imported definition.
getUri() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnumDefinition
The URI where this definition is located.
getUri() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedEnvDefinition
The URI of the imported environment definition.
getUri() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedModuleDefinition
The URI of the imported module definition.
getUri() - function in io.polywrap.core.wrap.formats.wrap01.abi.ImportedObjectDefinition
The URI of the imported object.
getUri() - function in io.polywrap.core.wrap.formats.wrap01.abi.InterfaceDefinition
The URI of the interface definition.
getValue() - function in io.polywrap.core.wrap.WrapManifestVersions
The value of the version as a string.
getValue() - function in io.polywrap.core.wrap.formats.wrap01.abi.MapDefinition
Definition of the map value.
getVersion() - function in io.polywrap.core.wrap.formats.wrap01.WrapManifest01
The version of the WRAP standard used in this package.
getVersion() - function in io.polywrap.core.wrap.formats.wrap01.abi.Abi01
 
getWasmModule() - function in io.polywrap.wasm.WasmPackage
Reads the Wasm module from the Wrap package using the provided FileReader, and returns the module bytes
getWrappers() - function in io.polywrap.configBuilder.BuilderConfig
A MutableMap mapping wrapper URIs to their respective Wrapper instances.
A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W