Uses of Interface
org.mapstruct.ap.internal.writer.Writable.Context
-
Packages that use Writable.Context Package Description org.mapstruct.ap.internal.writer Infrastructure for dealing with the FreeMarker template engine. -
-
Uses of Writable.Context in org.mapstruct.ap.internal.writer
Classes in org.mapstruct.ap.internal.writer that implement Writable.Context Modifier and Type Class Description (package private) static classModelWriter.DefaultModelElementWriterContextWritable.Contextimplementation which provides access to the current FreeMarkerConfiguration.Methods in org.mapstruct.ap.internal.writer with parameters of type Writable.Context Modifier and Type Method Description voidFreeMarkerModelElementWriter. write(FreeMarkerWritable writable, Writable.Context context, java.io.Writer writer)voidFreeMarkerWritable. write(Writable.Context context, java.io.Writer writer)voidWritable. write(Writable.Context context, java.io.Writer writer)Writes this element to the given writer.
-