Package org.kohsuke.stapler.export

Interface Summary
CustomExportedBean Interface that an exposed bean can implement, to do the equivalent of writeReplace in Java serialization.
DataWriter Receives the event callback on the model data to be exposed.
 

Class Summary
Parser<T> Writes all the property of one ExportedBean to DataWriter.
ParserBuilder Creates and maintains Parsers, that are used to write out the value representation of exposed beans.
 

Enum Summary
Flavor Export flavor.
 

Annotation Types Summary
Exported Mark the field or the getter method whose value gets exposed to the remote API.
ExportedBean Indicates that the class has Exported annotations on its properties to indicate which properties are written as values to the remote XML/JSON API.
 



Copyright © 2007. All Rights Reserved.