Searched refs:converterResultType (Results 1 – 1 of 1) sorted by relevance
315 Type converterResultType; in from() local318 converterResultType = GenericTypeHelper.getActualReturnType(converter, convertMethod); in from()325 if (GenericTypeHelper.getRawType(converterResultType) == List.class) { in from()327 ((ParameterizedType) converterResultType).getActualTypeArguments()[0]; in from()334 if (!GenericTypeHelper.isAssignableFrom(fieldType, converterResultType)) { in from()337 "return type (" + converterResultType + ")"); in from()341 if (!GenericTypeHelper.isAssignableFrom(fieldType, converterResultType)) { in from()344 "return type (" + converterResultType + ")"); in from()