Searched refs:constructRawCollectionType (Results 1 – 2 of 2) sorted by relevance
577 JavaType type = tf.constructRawCollectionType(ArrayList.class); in testRawCollections()
1135 public CollectionType constructRawCollectionType(Class<? extends Collection> collectionClass) { in constructRawCollectionType() method in TypeFactory