#2262: JacksonUtils.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/json/JacksonUtils.kt JSON Utility, projectforge-rest/src/main/kotlin/org/projectforge/rest/json/JacksonUtils.kt (89 lines) 89 lines · 56 code · 22 comments · 11 blank
Source file: JacksonUtils.kt - json utility in ProjectForge REST module.

Architecture Analysis

Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend. Provides Utility Functions as a Kotlin object singleton with shared stateless helpers used application-wide.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
494233e536Autocompletion: serialization fixed.
ceb63e8a1bSource code header: (C) 2001-2021.
7c79f1922cCopyright of source header -> 2020.
05244ff19eCopyRight of all Kotlin file-header updated or created.
bd3a3e8240Module projectforge-jax-rs renamed to projectforge-rest.