Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More annotations #107

Open
masmc05 opened this issue Mar 21, 2022 · 3 comments
Open

More annotations #107

masmc05 opened this issue Mar 21, 2022 · 3 comments

Comments

@masmc05
Copy link

masmc05 commented Mar 21, 2022

@Comment-to place a comment
alternative for
@Jacksonized from lombok
@IgnoreValue from jackson
@JsonCreator from jackson
@JsonPropertyOrder from jackson
@JsonAlias from jackson

@masmc05
Copy link
Author

masmc05 commented Mar 21, 2022

also, would be cool
@Comparator - define a comparator for arrays, collections (also a boolean to mark checking the key or value for maps), this comparator will be used to determine the order of elements in collections written to files

@mani1232
Copy link

mani1232 commented Jun 8, 2023

Im too need this annotations

@TheElectronWill TheElectronWill self-assigned this Jan 28, 2024
@TheElectronWill
Copy link
Owner

TheElectronWill commented May 12, 2024

The new serde package (NightConfig 3.7.0+) contains new annotations, such as @SerdeKey, @SerdeSkipSerializingIf and @SerdeAssert. On top of that, the new (de)serialization framework is much more extensible than the old conversion package.
Let me know if that's enough for your use case 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants