Searched refs:constructMapLikeType (Results 1 – 1 of 1) sorted by relevance
922 …public MapLikeType constructMapLikeType(Class<?> mapClass, Class<?> keyClass, Class<?> valueClass)… in constructMapLikeType() method in TypeFactory923 return constructMapLikeType(mapClass, in constructMapLikeType()933 … public MapLikeType constructMapLikeType(Class<?> mapClass, JavaType keyType, JavaType valueType) { in constructMapLikeType() method in TypeFactory1181 return constructMapLikeType(mapClass, unknownType(), unknownType()); in constructRawMapLikeType()