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
@Comment-to place a comment
alternative for
@Jacksonized from lombok
@IgnoreValue from jackson
@JsonCreator from jackson
@JsonPropertyOrder from jackson
@JsonAlias from jackson
The text was updated successfully, but these errors were encountered:
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
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 😃
@Comment-to place a comment
alternative for
@Jacksonized from lombok
@IgnoreValue from jackson
@JsonCreator from jackson
@JsonPropertyOrder from jackson
@JsonAlias from jackson
The text was updated successfully, but these errors were encountered: