Searched refs:isTypeOrSuperTypeOf (Results 1 – 5 of 5) sorted by relevance
198 if (baseType.isTypeOrSuperTypeOf(cls)) { in resolveSubType()236 if (!baseType.isTypeOrSuperTypeOf(cls)) { in resolveAndValidateSubType()
259 public final boolean isTypeOrSuperTypeOf(Class<?> clz) { in isTypeOrSuperTypeOf() method in JavaType
178 } else if (baseType.isTypeOrSuperTypeOf(_defaultImpl)) { in defineDefaultImpl()
544 if (exp.isTypeOrSuperTypeOf(act.getRawClass())) { in _resolveTypePlaceholders()
1584 if (!_beanType.isTypeOrSuperTypeOf(value.getClass())) { in deserializeFromEmbedded()