#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
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
494233e536 | Autocompletion: serialization fixed. |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
05244ff19e | CopyRight of all Kotlin file-header updated or created. |
bd3a3e8240 | Module projectforge-jax-rs renamed to projectforge-rest. |