Searched refs:classMatched (Results 1 – 1 of 1) sorted by relevance
116 if (classMatched(Integer.class, clazz)) { in toCarPropertyConfig()118 } else if (classMatched(Float.class, clazz)) { in toCarPropertyConfig()120 } else if (classMatched(Long.class, clazz)) { in toCarPropertyConfig()173 if (classMatched(Float.class, clazz)) { in getRawValueList()175 } else if (classMatched(Integer.class, clazz)) { in getRawValueList()182 private static boolean classMatched(Class<?> class1, Class<?> class2) { in classMatched() method in CarPropertyUtils