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 |
---|---|
abstract DataWriter |
Flavor.createDataWriter(java.lang.Object bean,
StaplerResponse rsp) |
abstract DataWriter |
Flavor.createDataWriter(java.lang.Object bean,
java.io.Writer w) |
Modifier and Type | Method and Description |
---|---|
void |
Property.writeTo(java.lang.Object object,
int depth,
DataWriter writer)
Deprecated.
as of 1.139
|
void |
Property.writeTo(java.lang.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 © 2012. All Rights Reserved.