| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentElement
A generic contract for any component that is considered as declaring point of different extensions components (Sources,
Connection Providers and Operation Containers)
|
interface |
ConfigurationElement
A contract for an element from which an extension configuration can be derived
|
interface |
ConnectionProviderElement
A contract for an element from which an extension connection provider can be derived
|
interface |
ExtensionElement
A contract for an element from which an Extension can be derived
|
interface |
ExtensionParameter
A contract for any kind of component from which an extension's parameter can be derived
|
interface |
FieldElement
A contract for an element to be considered as a Field
|
interface |
FunctionContainerElement
A contract for a element from which operation container can be derived
|
interface |
FunctionElement
MethodElement specification for Functions |
interface |
MethodElement<T extends Type>
A contract for an element to be considered as a Method
|
interface |
OperationContainerElement
A contract for a element from which operation container can be derived
|
interface |
OperationElement
MethodElement specification for Operations |
interface |
ParameterElement
A contract for an element from which a parameter can be derived
|
interface |
ParameterizableTypeElement
A generic contract for any kind of component that is based in a
Class and can define parameters |
interface |
SourceElement
A contract for an element from which a message source can be derived
|
interface |
Type
A generic contract for any kind of component that is based on a Class
|
interface |
WithAlias
A generic contract for any kind of component that can contain an alias name or description
|
| Modifier and Type | Method and Description |
|---|---|
WithAnnotations |
ParameterGroupDescriptor.getAnnotatedContainer() |
| Modifier and Type | Class and Description |
|---|---|
class |
StereotypeResolver<T extends WithAnnotations>
Base implementation for objects that given an
annotated element resolves it's stereotype. |
| Modifier and Type | Field and Description |
|---|---|
protected T |
StereotypeResolver.annotatedElement |
| Modifier and Type | Method and Description |
|---|---|
static Optional<org.mule.runtime.api.meta.model.display.LayoutModel> |
MuleExtensionAnnotationParser.parseLayoutAnnotations(WithAnnotations annotatedElement) |
static Optional<org.mule.runtime.api.meta.model.display.LayoutModel> |
MuleExtensionAnnotationParser.parseLayoutAnnotations(WithAnnotations annotatedElement,
org.mule.runtime.api.meta.model.display.LayoutModel.LayoutModelBuilder builder) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionTypeWrapper<T>
ConfigurationWrapper specification for classes that are considered as Extensions |
class |
FieldWrapper
|
class |
FunctionWrapper
FunctionElement implementation which works with Classes |
class |
MethodWrapper<T extends Type>
|
class |
OperationWrapper
OperationElement implementation which works with Classes |
class |
ParameterizableTypeWrapper
Wrapper for any kind of class that can define parameters
|
class |
ParameterWrapper
|
class |
SourceTypeWrapper<T extends org.mule.runtime.extension.api.runtime.source.Source>
TypeWrapper specification for Source types. |
class |
TypeWrapper
|
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.