Searched refs:isMapLikeType (Results 1 – 12 of 12) sorted by relevance
321 if (type.isAbstract() || type.isMapLikeType() || type.isCollectionLikeType()) { in _createDeserializer()377 if (type.isMapLikeType()) { in _createDeserializer2()491 if (type.isMapLikeType()) { in modifyTypeByAnnotation()557 if (t.isMapLikeType()) { in _hasCustomHandlers()
2174 if (type.isMapLikeType()) { in resolveMemberAndTypeAnnotations()
62 public abstract boolean isMapLikeType(); in isMapLikeType() method in ResolvedType
78 public boolean isMapLikeType() { in isMapLikeType() method in TypeReferenceTest.BogusResolvedType
226 assertTrue(type.isMapLikeType()); in testMapLikeTypeConstruction()241 assertTrue(type.isMapLikeType()); in testMapLikeTypeViaParametric()
345 public boolean isMapLikeType() { return false; } in isMapLikeType() method in JavaType
214 public boolean isMapLikeType() { in isMapLikeType() method in MapLikeType
418 if (baseType.isMapLikeType()) { in constructSpecializedType()536 if (sourceType.isMapLikeType() in _resolveTypePlaceholders()
599 assertTrue(type.isMapLikeType()); in testRawMaps()605 assertTrue(type.isMapLikeType()); in testRawMaps()
837 if (type.isMapLikeType()) { in refineSerializationType()1199 if (type.isMapLikeType()) { in refineDeserializationType()
474 if (_beanType.isMapLikeType() && Map.class.isAssignableFrom(_handledType)) { in createContextual()
608 if (type.isMapLikeType()) { // implements java.util.Map in buildContainerSerializer()