Class PrettyAstPrinter.PrettyPrinterOptions
java.lang.Object
graphql.language.PrettyAstPrinter.PrettyPrinterOptions
- Enclosing class:
PrettyAstPrinter
Contains options that modify how a document is printed.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final PrettyAstPrinter.PrettyPrinterOptionsprivate final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePrettyPrinterOptions(PrettyAstPrinter.PrettyPrinterOptions.IndentType indentType, int indentWidth) -
Method Summary
-
Field Details
-
indentText
-
defaultOptions
-
-
Constructor Details
-
PrettyPrinterOptions
private PrettyPrinterOptions(PrettyAstPrinter.PrettyPrinterOptions.IndentType indentType, int indentWidth)
-
-
Method Details
-
defaultOptions
-
builder
-