public abstract class DescriberSupport extends Object implements org.mule.extension.introspection.declaration.Describer
Describer
that is discoverable through SPI for an extension defined
through annotations without coupling
to mule's mechanism to actually parse those annotations.
Users simply extend this class and add a default constructor
which delegates into DescriberSupport(Class).| Modifier | Constructor and Description |
|---|---|
protected |
DescriberSupport(Class<?> extensionType) |
protected DescriberSupport(Class<?> extensionType)
public final org.mule.extension.introspection.declaration.fluent.Descriptor describe()
describe in interface org.mule.extension.introspection.declaration.DescriberCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.