Package org.mule.metadata.api
Interface ListableTypeLoader
-
- All Superinterfaces:
TypeLoader
public interface ListableTypeLoader extends TypeLoader
A Type Loader capable of listing all available typeIdentifiers with their corresponding MetadataType.- Since:
- 1.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,MetadataType>getAllTypes()-
Methods inherited from interface org.mule.metadata.api.TypeLoader
load, load
-
-
-
-
Method Detail
-
getAllTypes
Map<String,MetadataType> getAllTypes()
- Returns:
- The list of all available typeIdentifiers with their corresponding MetadataType.
-
-