PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setColumnAlignFirstMethodChain(boolean columnAlignFirstMethodChain) |
Deprecated.
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setColumnAlignParameters(boolean columnAlignParameters) |
Deprecated.
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setEndOfLineCharacter(String endOfLineCharacter) |
Deprecated.
Set the character to append when a line should end.
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setIndentation(Indentation indentation) |
Deprecated.
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setIndentCaseInSwitch(boolean indentInSwitch) |
Deprecated.
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setIndentSize(int indentSize) |
Deprecated.
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setIndentType(Indentation.IndentType indentType) |
Deprecated.
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setMaxEnumConstantsToAlignHorizontally(int maxEnumConstantsToAlignHorizontally) |
Deprecated.
By default enum constants get aligned like this:
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setOrderImports(boolean orderImports) |
Deprecated.
When true, orders imports by alphabetically.
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setPrintComments(boolean printComments) |
Deprecated.
When true, all comments will be printed, unless printJavadoc is false, then only line and block comments will be
printed.
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setPrintJavadoc(boolean printJavadoc) |
Deprecated.
When true, Javadoc will be printed.
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setSpaceAroundOperators(boolean spaceAroundOperators) |
Deprecated.
Set if there should be spaces between operators
|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setTabWidth(int tabWidth) |
Deprecated.
|