Uses of Class
org.mapstruct.ap.internal.writer.IndentationCorrectingWriter.State
-
Packages that use IndentationCorrectingWriter.State Package Description org.mapstruct.ap.internal.writer Infrastructure for dealing with the FreeMarker template engine. -
-
Uses of IndentationCorrectingWriter.State in org.mapstruct.ap.internal.writer
Fields in org.mapstruct.ap.internal.writer declared as IndentationCorrectingWriter.State Modifier and Type Field Description private IndentationCorrectingWriter.StateIndentationCorrectingWriter. currentStateMethods in org.mapstruct.ap.internal.writer that return IndentationCorrectingWriter.State Modifier and Type Method Description (package private) abstract IndentationCorrectingWriter.StateIndentationCorrectingWriter.State. doHandleCharacter(char c, IndentationCorrectingWriter.StateContext context)(package private) IndentationCorrectingWriter.StateIndentationCorrectingWriter.State. handleCharacter(char c, IndentationCorrectingWriter.StateContext context)static IndentationCorrectingWriter.StateIndentationCorrectingWriter.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndentationCorrectingWriter.State[]IndentationCorrectingWriter.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mapstruct.ap.internal.writer with parameters of type IndentationCorrectingWriter.State Modifier and Type Method Description (package private) voidIndentationCorrectingWriter.State. onExit(IndentationCorrectingWriter.StateContext context, IndentationCorrectingWriter.State nextState)
-