Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java922 …public MapLikeType constructMapLikeType(Class<?> mapClass, Class<?> keyClass, Class<?> valueClass)… in constructMapLikeType() method in TypeFactory
923 return constructMapLikeType(mapClass, in constructMapLikeType()
933 … public MapLikeType constructMapLikeType(Class<?> mapClass, JavaType keyType, JavaType valueType) { in constructMapLikeType() method in TypeFactory
1181 return constructMapLikeType(mapClass, unknownType(), unknownType()); in constructRawMapLikeType()