| Interface | Description |
|---|---|
| ValueSetter |
A contract for setting values into an object
|
| Class | Description |
|---|---|
| ExtensionMetadataTypeUtils |
Set of utility operations to handle
MetadataType |
| FieldSetter<Target,Value> |
Utility class which allows setting the value of a
Field on random compatible instances |
| GroupValueSetter |
An implementation of
ValueSetter for parameter groups. |
| IdempotentDeclarationWalker |
A
DeclarationWalker which assures that each component is visited only once, making it easy to handle the fact that some
components such as OperationDeclaration, SourceDeclaration, ConnectionProviderDeclaration, etc,
implement the flyweight pattern, which means that the same instance might be present at different levels. |
| IntrospectionUtils |
Set of utility operations to get insights about objects and their components
|
| MuleExtensionUtils |
Utilities for handling
extensions |
| SingleValueSetter |
An implementation of
ValueSetter for assigning the value of a single, non grouped ParameterModel
For performance reasons, it caches the setter to be used |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.