[][src]Module bumblebee::transformer

Structs

Transformer

Transformer is used to apply the transformation that's been built to any Serializable data.

TransformerBuilder

TransformerBuilder is used to construct a new Transformer. Once a Transformer is build it is immutable.

Enums

Mode

Mode defines the Transformers behaviour when encountering multiple element top level data such as Array's. 99.99% of the time the default will suffice, however, there are times when you may wish to transform from multiple in to a single which the One2One option allows.