Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestTypeFactory.java580 type = tf.constructRawCollectionLikeType(CollectionLike.class); // must have type vars in testRawCollections()
585 type = tf.constructRawCollectionLikeType(String.class); in testRawCollections()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java1150 public CollectionLikeType constructRawCollectionLikeType(Class<?> collectionClass) { in constructRawCollectionLikeType() method in TypeFactory