Alex
Results
1
issues of
Alex
I have the following class that returns an array of abstract classes that looks like this: ``` @JsonPropertyOrder({"answers"}) @Schema(name = QuestionAnswers, description = "") public final class QuestionAnswersJson extends AbstractJson...