Uses of Class
com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Packages that use PrettyPrinterConfiguration
-
Uses of PrettyPrinterConfiguration in com.github.javaparser.printer
Fields in com.github.javaparser.printer declared as PrettyPrinterConfigurationModifier and TypeFieldDescriptionprotected PrettyPrinterConfigurationPrettyPrintVisitor.configurationDeprecated.Methods in com.github.javaparser.printer with parameters of type PrettyPrinterConfigurationModifier and TypeMethodDescriptionvoidPrettyPrintVisitor.setConfiguration(PrettyPrinterConfiguration prettyPrinterConfiguration)Deprecated.Constructors in com.github.javaparser.printer with parameters of type PrettyPrinterConfigurationModifierConstructorDescriptionPrettyPrinter(PrettyPrinterConfiguration configuration)Deprecated.PrettyPrinter(PrettyPrinterConfiguration configuration, Function<PrettyPrinterConfiguration,VoidVisitor<Void>> visitorFactory)Deprecated.PrettyPrintVisitor(PrettyPrinterConfiguration prettyPrinterConfiguration)Deprecated.Constructor parameters in com.github.javaparser.printer with type arguments of type PrettyPrinterConfigurationModifierConstructorDescriptionPrettyPrinter(PrettyPrinterConfiguration configuration, Function<PrettyPrinterConfiguration,VoidVisitor<Void>> visitorFactory)Deprecated. -
Uses of PrettyPrinterConfiguration in com.github.javaparser.printer.configuration
Methods in com.github.javaparser.printer.configuration that return PrettyPrinterConfigurationModifier and TypeMethodDescriptionPrettyPrinterConfiguration.setColumnAlignFirstMethodChain(boolean columnAlignFirstMethodChain)Deprecated.PrettyPrinterConfiguration.setColumnAlignParameters(boolean columnAlignParameters)Deprecated.PrettyPrinterConfiguration.setEndOfLineCharacter(String endOfLineCharacter)Deprecated.Set the character to append when a line should end.PrettyPrinterConfiguration.setIndentation(Indentation indentation)Deprecated.PrettyPrinterConfiguration.setIndentCaseInSwitch(boolean indentInSwitch)Deprecated.PrettyPrinterConfiguration.setIndentSize(int indentSize)Deprecated.(@see Indentation.size())PrettyPrinterConfiguration.setIndentType(Indentation.IndentType indentType)Deprecated.(@see Indentation.type())PrettyPrinterConfiguration.setMaxEnumConstantsToAlignHorizontally(int maxEnumConstantsToAlignHorizontally)Deprecated.By default enum constants get aligned like this:PrettyPrinterConfiguration.setOrderImports(boolean orderImports)Deprecated.When true, orders imports by alphabetically.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.setPrintJavadoc(boolean printJavadoc)Deprecated.When true, Javadoc will be printed.PrettyPrinterConfiguration.setSpaceAroundOperators(boolean spaceAroundOperators)Deprecated.Set if there should be spaces between operatorsPrettyPrinterConfiguration.setTabWidth(int tabWidth)Deprecated.(@see Indentation.size)