Searched refs:typeToString (Results 1 – 4 of 4) sorted by relevance
216 String reflectionParam = typeToString(reflectionParamType); in compareParam()320 String reflectionReturnType = typeToString(reflectedMethod.getGenericReturnType()); in matchesSignature()400 sb.append(typeToString(t)); in concatWildcardTypes()416 public static String typeToString(Type type) { in typeToString() method in ReflectionHelper421 sb.append(typeToString(pt.getRawType())); in typeToString()427 sb.append(typeToString(t)); in typeToString()442 String typeName = typeToString(((GenericArrayType) type).getGenericComponentType()); in typeToString()
398 String actualFieldType = ReflectionHelper.typeToString(field.getGenericType()); in checkField()
3912 method @NonNull public static String typeToString(int);
5304 method public static String typeToString(int, boolean);