| Class | Description |
|---|---|
| CompileTimeModelProperty |
Marker
ModelProperty to communicate that the Extension model is being generated during compile time instead of being a
runtime model loading. |
| ConfigTypeModelProperty |
An immutable model property which specifies that the owning
EnrichableModel requires a configuration of a given
ConfigTypeModelProperty.configType |
| ConfigurationFactoryModelProperty |
A model property which gives access to a
ConfigurationFactory |
| ConnectionProviderFactoryModelProperty |
A
ModelProperty meant to be used on connection provider models, which provides access
to a ConnectionProviderFactory used to create such providers |
| ConnectionTypeModelProperty |
A
ModelProperty meant to be used on connection provider models, which indicates the
type of the produced connections |
| ConnectivityModelProperty |
An immutable model property which specifies that the owning
EnrichableModel requires a connection of a given
ConnectivityModelProperty.connectionType |
| DeclaringMemberModelProperty |
A custom model property to link a
ParameterModel to the actual member it represents. |
| DefaultEncodingModelProperty |
A
ModelProperty intended to be used on parameters to signal that if a value for the parameter
was not provided, then the runtime should use its own default encoding. |
| ExceptionHandlerModelProperty |
Model property to be used on components which support the use of an
ExceptionHandler. |
| ExclusiveOptionalModelProperty |
A
ModelProperty intended to be used to signal that the parameter is resolved as part of an
ExclusiveParametersModel |
| ExportedClassNamesModelProperty | |
| FieldOperationParameterModelProperty | |
| FieldsValueProviderFactoryModelProperty |
An immutable model property which communicates the
ValueProviderFactoryModelProperty associated to each
FieldValues's target path of a ParameterModel's FieldValues. |
| FunctionExecutorModelProperty |
A
ModelProperty meant to be used on operation models, which provides access to a
FunctionExecutorFactory used to execute such operation |
| FunctionParameterTypeModelProperty |
Marker
ModelProperty for ParameterModels that indicates that the enriched parameter is of Function type
and resolve values of the generic type. |
| ImplementingMethodModelProperty |
An immutable model property which indicates that the owning
OperationModel was derived from a given ImplementingMethodModelProperty.method |
| ImplementingParameterModelProperty |
An immutable model property which indicates that the owning
EnrichableModel was derived from a given ImplementingParameterModelProperty.parameter |
| ImplementingTypeModelProperty |
An immutable model property which indicates that the owning
EnrichableModel was derived from a given ImplementingTypeModelProperty.type |
| InjectableParameterInfo |
Describes a parameter that can be injected into another component
|
| InjectedFieldModelProperty |
Base implementation for
ModelProperty that act over a particular Field |
| LicenseModelProperty |
ModelProperty that contains the information about the license requirements for the extensions. |
| MediaTypeModelProperty |
Indicates the output media type of the annotated component and whether that is strict or not.
|
| MetadataResolverFactoryModelProperty |
A model property which allows the enriched component to specify its own
MetadataResolverFactory |
| NullSafeModelProperty |
A
ModelProperty intended to be used on parameters to signal that if the parameter is resolved to
null, then the runtime should create a default instance, such as described in NullSafe |
| ParameterGroupModelProperty | |
| QueryParameterModelProperty |
A
ModelProperty for a OperationModel parameter that indicates that the parameter it's a Query. |
| RequireNameField |
A custom model property used to indicate that the class implementing a
ConfigurationModel has a Field on which
the config's name should be injected. |
| RuntimeVersionModelProperty |
ModelProperty used to indicate that the class implementing a ConfigurationModel has a Field on which
the MuleVersion should be injected. |
| SampleDataProviderFactoryModelProperty |
Private
ModelProperty which communicates the SampleDataProvider of a HasOutputModel model which
contains a SampleDataProviderModel |
| SampleDataProviderFactoryModelProperty.SampleDataProviderFactoryModelPropertyBuilder |
Builder to easily a
SampleDataProviderFactoryModelProperty |
| SdkSourceFactoryModelProperty |
A
ModelProperty meant to be used on source models, which provides access to a SourceFactory
used to create a message source |
| SourceCallbackModelProperty |
A
ModelProperty to be used in SourceModel instances, which indicates that the source is listening for responses
on the indicated methods. |
| ValueProviderFactoryModelProperty |
Private
ModelProperty which communicates the ValueProvider of a parameter or parameter model which contains a
ValueProviderModel indicating that provides a Set of values |
| ValueProviderFactoryModelProperty.ValueProviderFactoryModelPropertyBuilder |
Builder to easily a
ValueProviderFactoryModelProperty |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.