Package graphql.language
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 class
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final PrettyAstPrinter.PrettyPrinterOptions
private final String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
PrettyPrinterOptions
(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
-