[Enhancement] CrdGenerator validate @JsonPropertyOrder
See original GitHub issueCan we improve the CrdGenerator
to:
- validate that the
@JsonPropertyOrder
is present - validate that the properties given are all properties of the class
- validate that no properties of the class (including inherited properties) are missing
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Jackson @JsonPropertyOrder is ignored - Stack Overflow
When I tried to replicate your code with Jackson 2.6. · Excuse me, why do you want to preserve the order of the...
Read more >Jackson JSON - Using @JsonPropertyOrder annotation to ...
@JsonPropertyOrder annotation is used to specify the ordering of the serialized properties. Example. POJO. @JsonPropertyOrder({"name" ...
Read more >Jackson Annotations - @JsonPropertyOrder - Tutorialspoint
Jackson Annotations - @JsonPropertyOrder, @JsonPropertyOrder allows a specific order to be preserved while serializing a JSON object.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fail the build. People usually overlook warnings.
Triaged on 21st June: We should validate that all fields are present at build time.