moliu

Results 1 issues of moliu

``` @Data public static class test { int a = 1; Integer b = 2; long c = 1; Long d = 1123123213213123213L; //@JSONField(serializeUsing = BigIntegerToStringSerializer.class) BigInteger e = new...

enhancement