Searched refs:constructRawMapType (Results 1 – 2 of 2) sorted by relevance
593 JavaType type = tf.constructRawMapType(HashMap.class); in testRawMaps()
1165 public MapType constructRawMapType(Class<? extends Map> mapClass) { in constructRawMapType() method in TypeFactory