Package org.mule.metadata.excel
Class ExcelExampleTypeLoader
java.lang.Object
org.mule.metadata.dw.DwBasedTypeLoader
org.mule.metadata.dw.DwBasedExampleTypeLoader
org.mule.metadata.excel.ExcelExampleTypeLoader
- All Implemented Interfaces:
org.mule.metadata.api.TypeLoader
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExcelExampleTypeLoader(File file, org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService) ExcelExampleTypeLoader(String content, org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.mule.metadata.api.model.MetadataFormatMethods inherited from class org.mule.metadata.dw.DwBasedExampleTypeLoader
createTypeLoader, createTypeLoaderMethods inherited from class org.mule.metadata.dw.DwBasedTypeLoader
getExpressionLanguageMetadataService, getMimeType, load, load
-
Field Details
-
FORMAT
public static org.mule.metadata.api.model.MetadataFormat FORMAT
-
-
Constructor Details
-
ExcelExampleTypeLoader
public ExcelExampleTypeLoader(File file, org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService) -
ExcelExampleTypeLoader
public ExcelExampleTypeLoader(String content, org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService)
-
-
Method Details
-
getMetadataFormat
protected org.mule.metadata.api.model.MetadataFormat getMetadataFormat()- Specified by:
getMetadataFormatin classDwBasedTypeLoader
-