Skip to content
stemey edited this page Oct 20, 2012 · 23 revisions

Transformations can convert an instance of type A to an instance of type B. type B can be a json type or a java type or any other atem type. The transformation can be created programmatically or declaratively via annotations. Transformations can be bidirectional and they cannot only convert but also merge entities onto each other.

  1. General Transformation Interfaces
  2. Programmatic Transformations
  3. declarative transformations / binding
  4. transformation metadata

Clone this wiki locally