public class PrettyPrinterConfiguration extends Object
Constructor and Description |
---|
PrettyPrinterConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getIndent() |
Function<PrettyPrinterConfiguration,PrettyPrintVisitor> |
getVisitorFactory() |
boolean |
isPrintComments() |
PrettyPrinterConfiguration |
setIndent(String indent) |
PrettyPrinterConfiguration |
setPrintComments(boolean printComments) |
PrettyPrinterConfiguration |
setVisitorFactory(Function<PrettyPrinterConfiguration,PrettyPrintVisitor> visitorFactory) |
public String getIndent()
public PrettyPrinterConfiguration setIndent(String indent)
public boolean isPrintComments()
public PrettyPrinterConfiguration setPrintComments(boolean printComments)
public Function<PrettyPrinterConfiguration,PrettyPrintVisitor> getVisitorFactory()
public PrettyPrinterConfiguration setVisitorFactory(Function<PrettyPrinterConfiguration,PrettyPrintVisitor> visitorFactory)
Copyright © 2007–2017. All rights reserved.