Searched refs:typesMatch (Results 1 – 1 of 1) sorted by relevance
64 if (!typesMatch(valueType, fieldType)) { in ReflectiveProperty()78 if (!typesMatch(valueType, getterType)) { in ReflectiveProperty()97 private boolean typesMatch(Class<V> valueType, Class getterType) { in typesMatch() method in ReflectiveProperty