public class MetadataTypeHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<ObjectTypeHierarchy> |
getObjectTypeHierarchies(Set<ExtensionModel> extensions)
Given a set of
extensionModels it will collect those base metadata types from the context that have
been contributed with subTypes. |
public static List<ObjectTypeHierarchy> getObjectTypeHierarchies(Set<ExtensionModel> extensions)
extensionModels it will collect those base metadata types from the context that have
been contributed with subTypes.extensions - context with the set of extensionModels to resolve the types hierarchy.List of ObjectTypeHierarchy with those metadata types from the context that have been contributed
with subTypes.Copyright © 2025 MuleSoft, Inc.. All rights reserved.