Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DMapLikeType.java101 public MapLikeType withKeyType(JavaType keyType) { in withKeyType() method in MapLikeType
157 type = ((MapLikeType) type).withKeyType(ct); in withHandlersFrom()
DMapType.java115 public MapType withKeyType(JavaType keyType) { in withKeyType() method in MapType
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DJacksonAnnotationIntrospector.java868 type = ((MapLikeType) type).withKeyType(keyType); in refineSerializationType()
1206 type = ((MapLikeType) type).withKeyType(keyType); in refineDeserializationType()