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 |
---|---|
DataWriter |
Flavor.createDataWriter(Object bean,
StaplerResponse rsp) |
DataWriter |
Flavor.createDataWriter(Object bean,
Writer w) |
abstract DataWriter |
Flavor.createDataWriter(Object bean,
Writer w,
ExportConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
Property.writeTo(Object object,
int depth,
DataWriter writer)
Deprecated.
as of 1.139
|
void |
Property.writeTo(Object object,
TreePruner pruner,
DataWriter writer)
Writes one property of the given object to
DataWriter . |
void |
Model.writeTo(T object,
DataWriter writer)
Writes the property values of the given object to the writer.
|
void |
Model.writeTo(T object,
int baseVisibility,
DataWriter writer)
Deprecated.
as of 1.139
|
void |
Model.writeTo(T object,
TreePruner pruner,
DataWriter writer)
Writes the property values of the given object to the writer.
|
Copyright © 2015. All rights reserved.