Uses of Class
org.mapstruct.ap.internal.writer.IndentationCorrectingWriter.StateContext
-
Packages that use IndentationCorrectingWriter.StateContext Package Description org.mapstruct.ap.internal.writer Infrastructure for dealing with the FreeMarker template engine. -
-
Uses of IndentationCorrectingWriter.StateContext in org.mapstruct.ap.internal.writer
Fields in org.mapstruct.ap.internal.writer declared as IndentationCorrectingWriter.StateContext Modifier and Type Field Description private IndentationCorrectingWriter.StateContextIndentationCorrectingWriter. contextMethods in org.mapstruct.ap.internal.writer with parameters of type IndentationCorrectingWriter.StateContext Modifier and Type Method Description (package private) abstract IndentationCorrectingWriter.StateIndentationCorrectingWriter.State. doHandleCharacter(char c, IndentationCorrectingWriter.StateContext context)(package private) voidIndentationCorrectingWriter.State. doOnEntry(IndentationCorrectingWriter.StateContext context)protected voidIndentationCorrectingWriter.State. flush(IndentationCorrectingWriter.StateContext context)(package private) IndentationCorrectingWriter.StateIndentationCorrectingWriter.State. handleCharacter(char c, IndentationCorrectingWriter.StateContext context)(package private) voidIndentationCorrectingWriter.State. onBufferFinished(IndentationCorrectingWriter.StateContext context)(package private) voidIndentationCorrectingWriter.State. onEntry(IndentationCorrectingWriter.StateContext context)(package private) voidIndentationCorrectingWriter.State. onExit(IndentationCorrectingWriter.StateContext context, IndentationCorrectingWriter.State nextState)
-