| Interface | Description |
|---|---|
| ObjectCompareOptionsFactory |
| Class | Description |
|---|---|
| Configuration |
This class represents an extension configuration, values set in this class are commonly used across multiple
operations since they represent something core from the extension.
|
| Connection |
This class represents an extension connection just as example (there is no real connection with anything here c:).
|
| ConnectionProvider |
This class (as it's name implies) provides connection instances and the funcionality to disconnect and validate those
connections.
|
| ModuleExtension |
This is the main class of an extension, is the entry point from which configurations, connection providers, operations
and sources are going to be declared.
|
| ObjectComparator |
Compare two objects, drill down into List an
|
| Operations |
This class is a container for operations, every public method in this class will be taken as an extension operation.
|
| Path |
Representation of a path in an object tree.
|
| PathPattern |
Can match against a
Path. |
| PathPatternParser |
Parses
String patterns into a PathPattern. |
| PatternBasedOptionsFactory | |
| PatternEntry | |
| XmlCompareOption |
| Enum | Description |
|---|---|
| PathOption |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.