Searched refs:reflectedType (Results 1 – 1 of 1) sorted by relevance
651 boolean compare(String apiType, String reflectedType); in compare() argument661 public boolean compare(String apiType, String reflectedType) { in compare() argument662 return apiType.equals(reflectedType); in compare()676 public boolean compare(String apiType, String reflectedType) { in compare() argument677 if (DefaultTypeComparator.INSTANCE.compare(apiType, reflectedType)) { in compare()686 return rawReturnType.equals(reflectedType); in compare()