| Interface | Description |
|---|---|
| AnnotationValueFetcher<A extends Annotation> | |
| ComponentElement |
A generic contract for any component that is considered as declaring point of different extensions components (Sources,
Connection Providers and Operation Containers)
|
| ConfigurationElement |
A contract for an element from which an extension configuration can be derived
|
| ConnectionProviderElement |
A contract for an element from which an extension connection provider can be derived
|
| ExtensionElement |
A contract for an element from which an Extension can be derived
|
| ExtensionParameter |
A contract for any kind of component from which an extension's parameter can be derived
|
| FieldElement |
A contract for an element to be considered as a Field
|
| FunctionContainerElement |
A contract for a element from which operation container can be derived
|
| FunctionElement |
MethodElement specification for Functions |
| MethodElement<T extends Type> |
A contract for an element to be considered as a Method
|
| OperationContainerElement |
A contract for a element from which operation container can be derived
|
| OperationElement |
MethodElement specification for Operations |
| ParameterElement |
A contract for an element from which a parameter can be derived
|
| ParameterizableTypeElement |
A generic contract for any kind of component that is based in a
Class and can define parameters |
| PropertyElement |
Describes a java bean property
|
| SourceElement |
A contract for an element from which a message source can be derived
|
| Type |
A generic contract for any kind of component that is based on a Class
|
| WithAlias |
A generic contract for any kind of component that can contain an alias name or description
|
| WithAnnotations |
A generic contract for any kind of component that can be annotated
|
| WithConnectionProviders |
A generic contract for any kind of component from which a connection provider can be derived
|
| WithDeclaringClass |
A generic contract for any kind of component which is derived from a declaration inside a
Class |
| WithElement |
A generic contract for any kind of component from which, a
Element can be delivered |
| WithFunctionContainers |
A generic contract for any kind of component from which, a list of operation containers can be derived
|
| WithMessageSources |
A generic contract for any kind of component from which, a list of message sources can be derived
|
| WithOperationContainers |
A generic contract for any kind of component from which, a list of operation containers can be derived
|
| WithParameters |
A generic contract for any kind of component from which, a list of parameters can be derived
|
| Class | Description |
|---|---|
| PropertyElement.DefaultPropertyElement |
Default
PropertyElement implementation |
| PropertyElement.PropertyElementBuilder | |
| TypeGeneric |
Describes de generics of a Type
|
| Enum | Description |
|---|---|
| PropertyElement.Accessibility |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.