populateCanonicalNameToStructTypeMap
public static void populateCanonicalNameToStructTypeMap(java.util.Map<java.lang.String,com.vmware.vapi.bindings.type.StructType> mapping)
Populates mappings for structures defined in a model (set of VMODL
definitions).
For each top level structure and each structure defined in a service,
adds an entry to the map where the key is the fully qualified canonical
name of the structure, and the value is a StructType. It allows to
retrieve the StructType from the canonical name of an structure.
- Parameters:
mapping
- map to fill with mappings for each structure in the bindings;
must not be null.