public class ExtensionTypeFactory extends Object
| Constructor and Description |
|---|
ExtensionTypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionElement |
getExtensionType(Class<?> extensionClass)
Creates a
ExtensionElement from a given Class that will help to introspect an extension. |
public static ExtensionElement getExtensionType(Class<?> extensionClass)
ExtensionElement from a given Class that will help to introspect an extension.extensionClass - Extension annotated ClassExtensionElement wrapping the extension Class structureCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.