D | TestCustomValueInstDefaults.java | 56 i01, i02, i03, i04, i05, i06, i07, i08, field in TestCustomValueInstDefaults.BigBucket 65 @JsonProperty("i01") int i01, in BigBucket() 103 this.i01 = i01; this.i02 = i02; this.i03 = i03; this.i04 = i04; in BigBucket() 161 int i01 = BigBucket.DEFAULT_I; in createFromObjectWith() local 197 if (name.equals("i01")) i01 = (Integer) value; in createFromObjectWith() 232 i01, i02, i03, i04, i05, i06, i07, i08, in createFromObjectWith() 497 assertEquals(BigBucket.DEFAULT_I, big.i01); in testMoreThan32CreatorParams()
|