Package org.kohsuke.stapler.export
package org.kohsuke.stapler.export
Mechanism for writing out a graph of model objects in a machine readable format.
Annotation driven.
-
ClassDescriptionSetting that controls how the '_class' attribute will be produced in the output.Interface that an exposed bean can implement, to do the equivalent of
writeReplace
in Java serialization.Receives the event callback on the model data to be exposed.Controls the output behaviour.Mark the field or the getter method whose value gets exposed to the remote API.Indicates that the class hasExported
annotations on its properties to indicate which properties are written as values to the remote XML/JSON API.Allows caller to intercept exporting of properties.Export flavor.Model<T>Writes all the property of oneExportedBean
toDataWriter
.Creates and maintainsModel
s, that are used to write out the value representation ofexposed beans
.Tree pruner which operates according to a textual description of what tree leaves should be included.Signals an error that the class didn't haveExportedBean
.Specifies the range in a collection.Generates XML Schema that describes the XML representation of exported beans.Controls the portion of the object graph to be written toDataWriter
.Type arithmetic code.TXW interfaces to generate schema.