public interface TypeLoader
| Modifier and Type | Method and Description |
|---|---|
Optional<MetadataType> |
load(String typeIdentifier)
Returns the MetadataType of the specified identifier if found
|
default Optional<MetadataType> |
load(String typeIdentifier,
String typeAlias)
Returns the MetadataType of the specified identifier if found, optionally assigning specified type alias
|
Optional<MetadataType> load(String typeIdentifier)
typeIdentifier - The identifier namedefault Optional<MetadataType> load(String typeIdentifier, String typeAlias)
typeIdentifier - The identifier nametypeAlias - The nullable type aliasCopyright © 2018 MuleSoft, Inc.. All rights reserved.