Uses of Package
org.mapstruct.ap.internal.writer
-
Packages that use org.mapstruct.ap.internal.writer Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.annotation org.mapstruct.ap.internal.model.assignment Meta-model of assignments.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.model.presence org.mapstruct.ap.internal.writer Infrastructure for dealing with the FreeMarker template engine. -
Classes in org.mapstruct.ap.internal.writer used by org.mapstruct.ap.internal.model Class Description FreeMarkerWritable AWritable
which uses the FreeMarker template engine to generate the output.Writable An element with the ability to write itself into a givenWriter
. -
Classes in org.mapstruct.ap.internal.writer used by org.mapstruct.ap.internal.model.annotation Class Description FreeMarkerWritable AWritable
which uses the FreeMarker template engine to generate the output.Writable An element with the ability to write itself into a givenWriter
. -
Classes in org.mapstruct.ap.internal.writer used by org.mapstruct.ap.internal.model.assignment Class Description FreeMarkerWritable AWritable
which uses the FreeMarker template engine to generate the output.Writable An element with the ability to write itself into a givenWriter
. -
Classes in org.mapstruct.ap.internal.writer used by org.mapstruct.ap.internal.model.common Class Description FreeMarkerWritable AWritable
which uses the FreeMarker template engine to generate the output.Writable An element with the ability to write itself into a givenWriter
. -
Classes in org.mapstruct.ap.internal.writer used by org.mapstruct.ap.internal.model.presence Class Description FreeMarkerWritable AWritable
which uses the FreeMarker template engine to generate the output.Writable An element with the ability to write itself into a givenWriter
. -
Classes in org.mapstruct.ap.internal.writer used by org.mapstruct.ap.internal.writer Class Description FreeMarkerWritable AWritable
which uses the FreeMarker template engine to generate the output.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.