public class ExtensionTypeWrapper<T> extends TypeWrapper implements ExtensionElement, ParameterizableTypeElement
ConfigurationWrapper specification for classes that are considered as Extensions| Constructor and Description |
|---|
ExtensionTypeWrapper(Class<T> aClass) |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationElement> |
getConfigurations() |
List<ConnectionProviderElement> |
getConnectionProviders() |
List<FunctionContainerElement> |
getFunctionContainers() |
List<MethodElement> |
getFunctions() |
String |
getName()
Returns the component's name
|
List<OperationContainerElement> |
getOperationContainers() |
List<MethodElement> |
getOperations() |
List<SourceElement> |
getSources() |
getAnnotatedFields, getAnnotation, getAnnotations, getDeclaringClass, getFields, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSourcesgetOperationContainersgetFunctionContainersgetConnectionProvidersgetParameterGroups, getParameters, getParametersAnnotatedWithgetAnnotatedFields, getFieldsgetAlias, getDescriptiongetAnnotation, getAnnotations, isAnnotatedWithgetDeclaringClasspublic List<ConfigurationElement> getConfigurations()
getConfigurations in interface ExtensionElementConfigurationElement of declared configurationspublic List<MethodElement> getOperations()
MethodElementpublic List<MethodElement> getFunctions()
MethodElementpublic List<SourceElement> getSources()
getSources in interface WithMessageSourcesSourceElementpublic List<OperationContainerElement> getOperationContainers()
getOperationContainers in interface WithOperationContainerspublic List<FunctionContainerElement> getFunctionContainers()
getFunctionContainers in interface WithFunctionContainerspublic List<ConnectionProviderElement> getConnectionProviders()
getConnectionProviders in interface WithConnectionProvidersConnectionProviderElementCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.