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() |
ExportInterceptor |
getExportInterceptor()
Controls serialization of
Exported properties. |
Flavor |
getFlavor()
Gives
Flavor |
boolean |
isPrettyPrint()
If true, output will be indented to make it easier for humans to understand.
|
boolean |
isSkipIfFail()
Turn on or off pretty printing of serialized data.
|
ExportConfig |
withClassAttribute(ClassAttributeBehaviour cab)
Controls the behaviour of the class attribute to be produced.
|
ExportConfig |
withExportInterceptor(ExportInterceptor interceptor) |
ExportConfig |
withFlavor(Flavor flavor) |
ExportConfig |
withPrettyPrint(boolean prettyPrint)
If true, output will be indented to make it easier for humans to understand.
|
ExportConfig |
withSkipIfFail(boolean skipIfFail) |
@Deprecated public boolean prettyPrint
public boolean isPrettyPrint()
public ExportConfig withPrettyPrint(boolean prettyPrint)
public ClassAttributeBehaviour getClassAttribute()
public ExportConfig withClassAttribute(ClassAttributeBehaviour cab)
public ExportInterceptor getExportInterceptor()
Exported
properties.public ExportConfig withExportInterceptor(ExportInterceptor interceptor)
public ExportConfig withSkipIfFail(boolean skipIfFail)
public boolean isSkipIfFail()
public ExportConfig withFlavor(Flavor flavor)
Copyright © 2004–2022. All rights reserved.