Package | Description |
---|---|
org.kohsuke.stapler.export |
Mechanism for writing out a graph of model objects in a machine readable format.
|
Modifier and Type | Method and Description |
---|---|
ExportConfig |
ExportConfig.withClassAttribute(ClassAttributeBehaviour cab)
Controls the behaviour of the class attribute to be produced.
|
ExportConfig |
ExportConfig.withPrettyPrint(boolean prettyPrint)
If true, output will be indented to make it easier for humans to understand.
|
Modifier and Type | Method and Description |
---|---|
abstract DataWriter |
Flavor.createDataWriter(Object bean,
Writer w,
ExportConfig config) |
Copyright © 2016. All rights reserved.