Uses of Interface
de.espirit.firstspirit.generate.functions.json.JsonSettings
-
Uses of JsonSettings in de.espirit.firstspirit.access
Modifier and TypeMethodDescriptionGenerationContext.getJson()
Retrieves the json settings for this generation context. -
Uses of JsonSettings in de.espirit.firstspirit.generate.functions.json
Modifier and TypeMethodDescription@NotNull JsonSettings
JsonGenerationContext.getSettings()
Returns the currentjson settings
of this generation context.@NotNull JsonSettings
JsonSettings.setDataRenderDepth
(int dataRenderDepth) Sets the render depth of linkedDataset
s in theJsonOutput
.@NotNull JsonSettings
JsonSettings.setFormatVersion
(@NotNull String formatVersion) Sets the json format version for rendering.@NotNull JsonSettings
JsonSettings.setMetaDataRendering
(boolean metaDataRendering) Turns the meta data for elements on or off.JsonSettings.setOutputLengthLimit
(int limit) Set the length limit of the generated JSON output.@NotNull JsonSettings
JsonSettings.setPrettyPrinting
(boolean value) Turns the prettyPrinting setting on or off.@NotNull JsonSettings
JsonSettings.setSectionTemplateRendering
(boolean sectionTemplateRendering) Turns the template rendering forSection
type elements on or off.