Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Fix for issue #11 causes inconsistent with default JsonPropertyOrder behavior #74

@Spikhalskiy

Description

@Spikhalskiy

For this two classes will be generated schemas with different fields order. Fix for Issue #11 not only broke compatibility - it make inconsistent default behavior of CsvMapper with default JsonPropertyOrder value.

    class Point {
        public int y;
        public int x;
    }

    @JsonPropertyOrder
    public static class PointWithAnnotation extends Point {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions