Package org.mapstruct.ap.internal.writer
Class FreeMarkerModelElementWriter
java.lang.Object
org.mapstruct.ap.internal.writer.FreeMarkerModelElementWriter
Delegate for writing given
Writables into a Writer using
FreeMarker templates. Any parameters passed to the
ModelIncludeDirective in addition to element itself can be accessed
from within the template using the ext pseudo-element.- Author:
- Gunnar Morling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(FreeMarkerWritable writable, Writable.Context context, Writer writer)
-
Constructor Details
-
FreeMarkerModelElementWriter
public FreeMarkerModelElementWriter()
-
-
Method Details
-
write
public void write(FreeMarkerWritable writable, Writable.Context context, Writer writer) throws Exception - Throws:
Exception
-