Interfaces for data transformation.
TransformerInterface
- Something that can transform a value to another value.TransformerFactoryInterface
- Something that can create a transformer.TransformerAwareInterface
- Something that exposes a transformer.TransformerExceptionInterface
- Represents a problem related to a transformer.CouldNotTransformExceptionInterface
- Represents a problem with the transformation process.