Searched refs:constructFromCanonical (Results 1 – 6 of 6) sorted by relevance
236 assertEquals(t, tf.constructFromCanonical(can)); in testCanonicalNames()242 assertEquals(t, tf.constructFromCanonical(can)); in testCanonicalNames()247 assertEquals(t, tf.constructFromCanonical(can)); in testCanonicalNames()254 assertEquals(t, tf.constructFromCanonical(can)); in testCanonicalNames()261 assertEquals(t, tf.constructFromCanonical(can)); in testCanonicalNames()264 t = tf.constructFromCanonical("java.util.List"); in testCanonicalNames()276 assertEquals(t, tf.constructFromCanonical(can)); in testCanonicalNames()288 JavaType t2 = tf.constructFromCanonical(reflectTypeName); in testCanonicalWithSpaces()
182 JavaType t = getTypeFactory().constructFromCanonical(subClassName); in resolveSubType()262 JavaType subType = getTypeFactory().constructFromCanonical(subClass); in _resolveAndValidateGeneric()
310 return ctxt.getTypeFactory().constructFromCanonical(value); in _deserialize()
622 public JavaType constructFromCanonical(String canonical) throws IllegalArgumentException in constructFromCanonical() method in TypeFactory
734 * Suggested 1768: Improve `TypeFactory.constructFromCanonical()` to work with
556 #1768: Improve `TypeFactory.constructFromCanonical()` to work with725 #1768: Improve `TypeFactory.constructFromCanonical()` to work with