public interface SerializedMetadataTypeLoader extends TypeLoader
MetadataType objects from a JSON file.| Modifier and Type | Method and Description |
|---|---|
Optional<MetadataType> |
load(com.google.gson.JsonElement element)
Parses a
MetadataType JSON representation and returns a new MetadataType instance. |
load, loadOptional<MetadataType> load(com.google.gson.JsonElement element)
MetadataType JSON representation and returns a new MetadataType instance.element - MetadataType JSON representation as a JsonElementOptional value of a MetadataTypeCopyright © 2025 MuleSoft, Inc.. All rights reserved.