Home
last modified time | relevance | path

Searched defs:i05 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
H A DTestCustomValueInstDefaults.java56 i01, i02, i03, i04, i05, i06, i07, i08, field in TestCustomValueInstDefaults.BigBucket
69 @JsonProperty("i05") int i05, in BigBucket()
165 int i05 = BigBucket.DEFAULT_I; in createFromObjectWith() local