Skip to content

Add SJF4J#32

Merged
arey merged 3 commits into
arey:mainfrom
hannyu:main
Jun 10, 2026
Merged

Add SJF4J#32
arey merged 3 commits into
arey:mainfrom
hannyu:main

Conversation

@hannyu

@hannyu hannyu commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

SJF4J is a JSON-semantic structural processing framework for Java.

SJF4J provides object-to-object mapping through its @CompiledMapper annotation. Built on top of its Object-Based Node Tree (OBNT) model, it can map not only between POJOs but also across Maps, Lists, arrays, and other JSON-like structures using a unified mapping approach. Mappings can be defined with JSON-style paths and transformations while remaining fully type-safe for Java objects.

Project: https://sjf4j.org/
GitHub: https://github.com/sjf4j-projects/sjf4j
Mapping in SJF4J: https://sjf4j.org/docs/mapping

@hannyu hannyu mentioned this pull request Jun 9, 2026
Comment thread dependency-reduced-pom.xml Outdated
@@ -0,0 +1,156 @@
<?xml version="1.0" encoding="UTF-8"?>

@arey arey Jun 9, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion do not commit this file
I've just ignore it in the .gitignore

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry~

@arey

arey commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Thanks for the PR @hannyu
Could you please complete the README.md by referencing SJF4J?

@hannyu

hannyu commented Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Thanks for the PR @hannyu Could you please complete the README.md by referencing SJF4J?

Yes, it's done.

@arey arey changed the title add SJF4J Add SJF4J Jun 10, 2026
@arey

arey commented Jun 10, 2026

Copy link
Copy Markdown
Owner

A last change: we have to declare SJF4J into the main.yml workflow file

@hannyu

hannyu commented Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

A last change: we have to declare SJF4J into the main.yml workflow file

Done.

@arey arey merged commit d144566 into arey:main Jun 10, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants