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.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.processor Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files.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 AWritablewhich 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 AWritablewhich 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 AWritablewhich 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 AWritablewhich 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.processor Class Description ModelWriter Writes Java source files based on given mapper models, using a FreeMarker template. -
Classes in org.mapstruct.ap.internal.writer used by org.mapstruct.ap.internal.writer Class Description FreeMarkerWritable AWritablewhich uses the FreeMarker template engine to generate the output.IndentationCorrectingWriter.State A state of parsing a given character buffer.IndentationCorrectingWriter.StateContext Keeps the current context of parsing the given character buffer.ModelWriter.DefaultModelElementWriterContext Writable.Contextimplementation which provides access to the current FreeMarkerConfiguration.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.