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
Writable which uses the FreeMarker template engine to generate the output. |
| ModelIncludeDirective |
A
TemplateDirectiveModel which allows to recursively write a graph of
Writables, 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-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.