Package org.kohsuke.stapler.export
Class ExportConfig
java.lang.Object
org.kohsuke.stapler.export.ExportConfig
Controls the output behaviour.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionControls serialization ofExported
properties.GivesFlavor
boolean
If true, output will be indented to make it easier for humans to understand.boolean
Turn on or off pretty printing of serialized data.Controls the behaviour of the class attribute to be produced.withExportInterceptor
(ExportInterceptor interceptor) withFlavor
(Flavor flavor) withPrettyPrint
(boolean prettyPrint) If true, output will be indented to make it easier for humans to understand.withSkipIfFail
(boolean skipIfFail)
-
Field Details
-
prettyPrint
Deprecated.Use getter and setter
-
-
Constructor Details
-
ExportConfig
public ExportConfig()
-
-
Method Details
-
isPrettyPrint
public boolean isPrettyPrint()If true, output will be indented to make it easier for humans to understand. -
withPrettyPrint
If true, output will be indented to make it easier for humans to understand. -
getClassAttribute
-
withClassAttribute
Controls the behaviour of the class attribute to be produced. -
getExportInterceptor
Controls serialization ofExported
properties. -
withExportInterceptor
-
withSkipIfFail
-
isSkipIfFail
public boolean isSkipIfFail()Turn on or off pretty printing of serialized data. -
getFlavor
GivesFlavor
-
withFlavor
-