| Class | Description |
|---|---|
| CaseInsensitiveMapWrapper<T> |
Represents a Map from String to
T where the key's case is not taken into account when looking for it, but remembered
when the key set is retrieved from the map. |
| ComponentLocationProvider |
Provides a standard way to generate a log entry or message that references an element in a flow.
|
| DataSize |
Represents an amount of information by combining a scalar size with a
DataUnit |
| LazyValue<T> |
Provides a value which may be lazily computed.
|
| MultiMap<K,V> |
Implementation of a multi-map that allows the aggregation of keys and access to the aggregated list or a single value (the
first).
|
| Pair<K,V> |
A convenience class to represent value pairs.
|
| Preconditions |
Utility class to validate Preconditions
|
| Reference<T> |
An object which holds a reference to a given
Reference.value. |
| Enum | Description |
|---|---|
| DataUnit |
Units to measure amounts of bytes and convenience transformation methods
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.