Package | Description |
---|---|
org.kohsuke.stapler |
Stapler
URL → Object mapping framework. |
org.kohsuke.stapler.export |
Mechanism for writing out a graph of model objects in a machine readable format.
|
Modifier and Type | Method and Description |
---|---|
void |
StaplerResponseWrapper.serveExposedBean(StaplerRequest req,
Object exposedBean,
ExportConfig exportConfig)
Serves the exposed bean in the specified flavor.
|
default void |
StaplerResponse.serveExposedBean(StaplerRequest req,
Object exposedBean,
ExportConfig exportConfig)
Serves the exposed bean in the specified flavor.
|
void |
ResponseImpl.serveExposedBean(StaplerRequest req,
Object exposedBean,
ExportConfig config) |
Modifier and Type | Method and Description |
---|---|
default ExportConfig |
DataWriter.getExportConfig() |
ExportConfig |
ExportConfig.withClassAttribute(ClassAttributeBehaviour cab)
Controls the behaviour of the class attribute to be produced.
|
ExportConfig |
ExportConfig.withExportInterceptor(ExportInterceptor interceptor) |
ExportConfig |
ExportConfig.withFlavor(Flavor flavor) |
ExportConfig |
ExportConfig.withPrettyPrint(boolean prettyPrint)
If true, output will be indented to make it easier for humans to understand.
|
ExportConfig |
ExportConfig.withSkipIfFail(boolean skipIfFail) |
Modifier and Type | Method and Description |
---|---|
abstract DataWriter |
Flavor.createDataWriter(Object bean,
Writer w,
ExportConfig config) |
abstract Object |
ExportInterceptor.getValue(Property property,
Object model,
ExportConfig config)
Subclasses must call
Property.getValue(Object) to retrieve the property. |
Copyright © 2004–2022. All rights reserved.