Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestTypeFactory.java598 type = tf.constructRawMapLikeType(MapLike.class); // must have type vars in testRawMaps()
604 type = tf.constructRawMapLikeType(String.class); in testRawMaps()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java1180 public MapLikeType constructRawMapLikeType(Class<?> mapClass) { in constructRawMapLikeType() method in TypeFactory