public abstract class AbstractSchemaLoadClauseBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
pretty |
protected Schema |
schema |
| Constructor and Description |
|---|
AbstractSchemaLoadClauseBuilder(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
expand(StringBuilder sb,
String variable,
Node node,
int depth) |
protected void |
expand(StringBuilder sb,
String variable,
Node node,
int level,
int depth) |
protected void |
newLine(StringBuilder sb) |
protected final Schema schema
protected final boolean pretty
public AbstractSchemaLoadClauseBuilder(Schema schema)
protected void expand(StringBuilder sb, String variable, Node node, int depth)
protected void expand(StringBuilder sb, String variable, Node node, int level, int depth)
protected void newLine(StringBuilder sb)
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.