Skip to content

feat: add @JsonProperty annotation for field renaming and custom enum… - #5

Merged
gregory-bonaventure merged 1 commit into
mainfrom
feat/json-property
Feb 22, 2026
Merged

feat: add @JsonProperty annotation for field renaming and custom enum…#5
gregory-bonaventure merged 1 commit into
mainfrom
feat/json-property

Conversation

@gregory-bonaventure

Copy link
Copy Markdown
Contributor

… names

Support snake_case JSON keys mapped to camelCase Java fields via @JsonProperty on record components. Support custom enum serialization values via @JsonProperty on enum constants. Add Json.parse() for low-level JSON parsing. Generated adapters are now public with fully qualified cross-package references.

… names

Support snake_case JSON keys mapped to camelCase Java fields via
@JsonProperty on record components. Support custom enum serialization
values via @JsonProperty on enum constants. Add Json.parse() for
low-level JSON parsing. Generated adapters are now public with
fully qualified cross-package references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gregory-bonaventure gregory-bonaventure self-assigned this Feb 22, 2026
@gregory-bonaventure gregory-bonaventure added the enhancement New feature or request label Feb 22, 2026
@gregory-bonaventure
gregory-bonaventure merged commit cb35afc into main Feb 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant