public class ExportConfig extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
prettyPrint
Deprecated.
Use getter and setter
|
Constructor and Description |
---|
ExportConfig() |
Modifier and Type | Method and Description |
---|---|
ClassAttributeBehaviour |
getClassAttribute() |
boolean |
isPrettyPrint() |
ExportConfig |
withClassAttribute(ClassAttributeBehaviour cab)
Controls the behaviour of the class attribute to be produced.
|
ExportConfig |
withPrettyPrint(boolean prettyPrint)
If true, output will be indented to make it easier for humans to understand.
|
public boolean isPrettyPrint()
public ExportConfig withPrettyPrint(boolean prettyPrint)
public ClassAttributeBehaviour getClassAttribute()
public ExportConfig withClassAttribute(ClassAttributeBehaviour cab)
Copyright © 2017. All rights reserved.