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 AWritablewhich uses the FreeMarker template engine to generate the output.ModelIncludeDirective ATemplateDirectiveModelwhich 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.