Uses of Class
org.kohsuke.stapler.export.ExportConfig
Package
Description
Stapler
URL
→ Object
mapping framework.Mechanism for writing out a graph of model objects in a machine readable format.
-
Uses of ExportConfig in org.kohsuke.stapler
Modifier and TypeMethodDescriptionvoid
ResponseImpl.serveExposedBean
(StaplerRequest2 req, Object exposedBean, ExportConfig config) default void
StaplerResponse.serveExposedBean
(StaplerRequest req, Object exposedBean, ExportConfig exportConfig) Deprecated.Serves the exposed bean in the specified flavor.void
StaplerResponse.StaplerResponse2WrapperImpl.serveExposedBean
(StaplerRequest2 req, Object exposedBean, ExportConfig exportConfig) void
StaplerResponse.StaplerResponseWrapperImpl.serveExposedBean
(StaplerRequest req, Object exposedBean, ExportConfig exportConfig) default void
StaplerResponse2.serveExposedBean
(StaplerRequest2 req, Object exposedBean, ExportConfig exportConfig) Serves the exposed bean in the specified flavor.void
StaplerResponse2Wrapper.serveExposedBean
(StaplerRequest2 req, Object exposedBean, ExportConfig exportConfig) Serves the exposed bean in the specified flavor.void
StaplerResponseWrapper.serveExposedBean
(StaplerRequest req, Object exposedBean, ExportConfig exportConfig) Deprecated.Serves the exposed bean in the specified flavor. -
Uses of ExportConfig in org.kohsuke.stapler.export
Modifier and TypeMethodDescriptiondefault ExportConfig
DataWriter.getExportConfig()
ExportConfig.withClassAttribute
(ClassAttributeBehaviour cab) Controls the behaviour of the class attribute to be produced.ExportConfig.withExportInterceptor
(ExportInterceptor interceptor) ExportConfig.withFlavor
(Flavor flavor) ExportConfig.withPrettyPrint
(boolean prettyPrint) If true, output will be indented to make it easier for humans to understand.ExportConfig.withSkipIfFail
(boolean skipIfFail) Modifier and TypeMethodDescriptionabstract DataWriter
Flavor.createDataWriter
(Object bean, Writer w, ExportConfig config) abstract Object
ExportInterceptor.getValue
(Property property, Object model, ExportConfig config) Subclasses must callProperty.getValue(Object)
to retrieve the property.