public static class JsonPropertyInt {
    @JsonProperty
    public int i;

    @Override