Uses of Interface
de.espirit.firstspirit.generate.functions.json.JsonSettings
Packages that use JsonSettings
-
Uses of JsonSettings in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return JsonSettingsModifier and TypeMethodDescriptionGenerationContext.getJson()Retrieves the json settings for this generation context. -
Uses of JsonSettings in de.espirit.firstspirit.generate.functions.json
Methods in de.espirit.firstspirit.generate.functions.json that return JsonSettingsModifier and TypeMethodDescription@NotNull JsonSettingsJsonGenerationContext.getSettings()Returns the currentjson settingsof this generation context.@NotNull JsonSettingsJsonSettings.setDataRenderDepth(int dataRenderDepth) Sets the render depth of linkedDatasets in the JSON output.@NotNull JsonSettingsJsonSettings.setFormatVersion(@NotNull String formatVersion) Sets the json format version for rendering.@NotNull JsonSettingsJsonSettings.setMetaDataRendering(boolean metaDataRendering) Deprecated.JsonSettings.setMetaDataRenderMode(@NotNull JsonMetaDataRenderMode renderMode) Sets the currentJsonMetaDataRenderModeJsonSettings.setMetaDataRenderMode(@NotNull String renderMode) Sets the currentJsonMetaDataRenderModeJsonSettings.setOutputLengthLimit(int limit) Set the length limit of the generated JSON output.@NotNull JsonSettingsJsonSettings.setPrettyPrinting(boolean value) Turns the prettyPrinting setting on or off.@NotNull JsonSettingsJsonSettings.setSectionTemplateRendering(boolean sectionTemplateRendering) Turns the template rendering forSectiontype elements on or off.
setMetaDataRenderMode(JsonMetaDataRenderMode)