See: Description
| Interface | Description | 
|---|---|
| Writable | An element with the ability to write itself into a given  Writer. | 
| Writable.Context | Passed to  Writable, providing access to additional data specific to a given implementation of the model
 serialization mechanism. | 
| Class | Description | 
|---|---|
| FreeMarkerModelElementWriter | |
| FreeMarkerWritable | A  Writablewhich uses the FreeMarker template engine to generate the output. | 
| ModelIncludeDirective | A  TemplateDirectiveModelwhich allows to recursively write a graph ofWritables, with each element using its own template. | 
| ModelWriter | Writes Java source files based on given mapper models, using a FreeMarker
 template. | 
Infrastructure for dealing with the FreeMarker template engine.
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.