| Interface | Description |
|---|---|
| ResourceLocator |
Provides access to resources according to its calling object, even considering specific artifacts to search on.
|
| 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. |
| CaseInsensitiveMapWrapper.AbstractConverterSet<A,B> | |
| CaseInsensitiveMapWrapper.CaseInsensitiveMapKey | |
| 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 |
| FunctionalUtils |
Utilities for functional programming
|
| IOUtils |
Mule API I/O Utilities.
|
| LazyLong |
Provides a native long which may be lazily computed.
|
| LazyValue<T> |
Provides a value which may be lazily computed.
|
| MuleSystemProperties |
Defines Mule System properties.
|
| 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).
|
| MultiMap.StringMultiMap | |
| NameUtils |
Utilities for manipulating names of DSL supported components.
|
| 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. |
| SerializableLazyValue<T extends Serializable> |
Implementation of
LazyValue that adds logic for serialization. |
| Enum | Description |
|---|---|
| DataUnit |
Units to measure amounts of bytes and convenience transformation methods
|
Copyright © 2021 MuleSoft, Inc.. All rights reserved.