We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8306e6c commit a815f04Copy full SHA for a815f04
src/test/java/com/fasterxml/jackson/databind/type/TestTypeFactory.java
@@ -257,6 +257,7 @@ public void testCanonicalNames()
257
258
// [databind#2109]: also ReferenceTypes
259
t = tf.constructType(new TypeReference<AtomicReference<Long>>() { });
260
+ assertTrue(t.isReferenceType());
261
can = t.toCanonical();
262
assertEquals("java.util.concurrent.atomic.AtomicReference<java.lang.Long>",
263
can);
0 commit comments