Package org.mapstruct.ap.internal.writer
Infrastructure for dealing with the FreeMarker template engine.
-
Interface Summary Interface Description Writable An element with the ability to write itself into a givenWriter
.Writable.Context Passed toWritable
, providing access to additional data specific to a given implementation of the model serialization mechanism. -
Class Summary Class Description FreeMarkerModelElementWriter FreeMarkerWritable AWritable
which uses the FreeMarker template engine to generate the output.ModelIncludeDirective ATemplateDirectiveModel
which allows to recursively write a graph ofWritable
s, with each element using its own template.ModelWriter Writes Java source files based on given mapper models, using a FreeMarker template.