Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
java-helpers
/
simple-builders
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
4
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Adding jackson support
- #112
#112
Merged
AndreasIgel
merged 17 commits into
main
java-helpers/simple-builders:main
from
feature/98-jackson-support
java-helpers/simple-builders:feature/98-jackson-support
Copy head branch name to clipboard
Dec 30, 2025
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Adding jackson support
#112
AndreasIgel
merged 17 commits into
main
java-helpers/simple-builders:main
from
feature/98-jackson-support
java-helpers/simple-builders:feature/98-jackson-support
Copy head branch name to clipboard
Commits
Commits on Dec 28, 2025
Adding new configuration usingJacksonDeserializerAnnotation
AndreasIgel
committed
1046506
View commit details
Copy full SHA for 1046506
Browse repository at this point
Undoing adding of Testclasses
AndreasIgel
committed
fab44b1
View commit details
Copy full SHA for fab44b1
Browse repository at this point
Adding code for supporting PojoBuilderAnnotation
AndreasIgel
committed
647341b
View commit details
Copy full SHA for 647341b
Browse repository at this point
Extending JacksonDeserialization feature configuration
AndreasIgel
committed
b2e611e
View commit details
Copy full SHA for b2e611e
Browse repository at this point
Fixing missing annotation-Configuration
AndreasIgel
committed
99ef07f
View commit details
Copy full SHA for 99ef07f
Browse repository at this point
Commits on Dec 29, 2025
Fixing documentation for configurations
AndreasIgel
committed
97d7cca
View commit details
Copy full SHA for 97d7cca
Browse repository at this point
Commits on Dec 30, 2025
Adding configurations and documentation for Jackson-Module generation
AndreasIgel
committed
fe1e34c
View commit details
Copy full SHA for fe1e34c
Browse repository at this point
Adding a configuration and documentation for the package where the JacksonModule should be positioned
AndreasIgel
committed
1b111bd
View commit details
Copy full SHA for 1b111bd
Browse repository at this point
Adding jackson examples to example-project
AndreasIgel
committed
a1bc29d
View commit details
Copy full SHA for a1bc29d
Browse repository at this point
Implementation of Jackson Module generation
AndreasIgel
committed
d009a97
View commit details
Copy full SHA for d009a97
Browse repository at this point
Replacing Map<String, Set<JacksonModuleEntry>> by HashSetValuedHashMap in JacksonModuleGenerator
AndreasIgel
committed
90a8ec9
View commit details
Copy full SHA for 90a8ec9
Browse repository at this point
Refactoring JacksonModuleGenerator for code quality and separating generation of class from extracting functionality
AndreasIgel
committed
5db9aff
View commit details
Copy full SHA for 5db9aff
Browse repository at this point
Fixing BookDtoBuilder, the ElementalBuilder should have only elementary builder-functions
AndreasIgel
committed
c838a93
View commit details
Copy full SHA for c838a93
Browse repository at this point
Refactoring JacksonModuleMultiPackageTest to use the test-util functions
AndreasIgel
committed
2f7ce38
View commit details
Copy full SHA for 2f7ce38
Browse repository at this point
Updating JacksonIntegrationTest to show the SimpleBuildersJacksonModule working correctly
AndreasIgel
committed
5770886
View commit details
Copy full SHA for 5770886
Browse repository at this point
Refactoring for code quality
AndreasIgel
committed
470f6ad
View commit details
Copy full SHA for 470f6ad
Browse repository at this point
Removing unneeded Exception
AndreasIgel
committed
ae1acb1
View commit details
Copy full SHA for ae1acb1
Browse repository at this point
You can’t perform that action at this time.