Home
last modified time | relevance | path

Searched refs:BigIntegerWrapper (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DBaseMapTest.java63 protected static class BigIntegerWrapper { class in BaseMapTest
66 public BigIntegerWrapper() { } in BigIntegerWrapper() method in BaseMapTest.BigIntegerWrapper
68 public BigIntegerWrapper(final BigInteger value) { i = value; } in BigIntegerWrapper() method in BaseMapTest.BigIntegerWrapper
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestCreators.java336 final BigIntegerWrapper result = MAPPER.readValue("17", BigIntegerWrapper.class); in testSimpleBigIntegerConstructor()