[weaver-pojo-serde-extension] Implement auto serde for POJO weaving

This commit is contained in:
2025-06-28 23:30:14 +02:00
parent 4fc8cb4ac7
commit 25faea92d8
19 changed files with 909 additions and 128 deletions

View File

@@ -6,5 +6,6 @@ dependencies {
api(project(":tweed5-weaver-pojo"))
api(project(":tweed5-serde-extension"))
testImplementation(project(":tweed5-default-extensions"))
testImplementation(project(":tweed5-serde-hjson"))
}
}