Searched refs:sizeMethod (Results 1 – 1 of 1) sorted by relevance
1219 Method sizeMethod = List.class.getMethod("size"); in testMethod_getOwnerType() local1221 TypeToken.of(List.class).method(sizeMethod).getOwnerType()); in testMethod_getOwnerType()1223 new TypeToken<List<String>>() {}.method(sizeMethod).getOwnerType()); in testMethod_getOwnerType()1227 Method sizeMethod = Map.class.getMethod("size"); in testMethod_notDeclaredByType() local1229 TypeToken.of(List.class).method(sizeMethod); in testMethod_notDeclaredByType()