Interface | Description |
---|---|
CollectionTransformer<S,D> |
Allows a collection to be transformed by applying some operation to it.
|
Class | Description |
---|---|
AddAllTransformer<I> |
Collection transformer implementation that adds all elements in
the source collection to the destination collection.
|
BasicItemToIdTransformer |
Collection transformer implementation that extracts the ID from
BasicItem :s. |
MultiStepCollectionTransformer<S,D> |
Collection transformer implementation that transforms a source
collection into the destination collection using multiple steps.
|
RemoveAllTransformer<I> |
Collection transformer implementation that removes all elements in
the source collection from the destination collection.
|