Package | Description |
---|---|
org.mapstruct.ap.internal.model.common |
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
|
org.mapstruct.ap.internal.writer |
Infrastructure for dealing with the FreeMarker template engine.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelElement.write(Writable.Context context,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
FreeMarkerModelElementWriter.write(FreeMarkerWritable writable,
Writable.Context context,
Writer writer) |
void |
FreeMarkerWritable.write(Writable.Context context,
Writer writer) |
void |
Writable.write(Writable.Context context,
Writer writer)
Writes this element to the given writer.
|
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.