Interface | Description |
---|---|
Transformable |
A class implementing this interface supports the Adapter Pattern.
|
Transformer<S,T> |
Transforms a Transformable into a given target type.
|
Class | Description |
---|---|
Composable |
Provides a basic implementation fo
Transformable which supports a composition pattern. |
Transformers |
Helper class to utilize available
Transformer instances to perform conversions. |
Implements the Adapter Pattern by providing the interface Transformable
which has a basic implementation in Composable
. This can either use attached
components or use Transformers
and Transformer
to create an appropriate adapter.
Copyright © 2018. All rights reserved.