public class MapTypeLoader extends Object implements TypeLoader
MetadataType from the RAML
must be of only some valid field types, see VALID_FIELD_TYPES| Constructor and Description |
|---|
MapTypeLoader(File ramlFile)
Constructs a CSV type loader from a RAML document
|
MapTypeLoader(String content,
String ramlLocation)
Constructs a CSV type loader from a RAML document
|
| Modifier and Type | Method and Description |
|---|---|
Optional<MetadataType> |
load(String typeIdentifier) |
Optional<MetadataType> |
load(String typeIdentifier,
String typeAlias) |
public MapTypeLoader(File ramlFile)
ramlFile - file pointing to the RAML resourcepublic Optional<MetadataType> load(String typeIdentifier)
load in interface TypeLoaderpublic Optional<MetadataType> load(String typeIdentifier, String typeAlias)
load in interface TypeLoaderCopyright © 2025 MuleSoft, Inc.. All rights reserved.