Home
last modified time | relevance | path

Searched refs:converterResultType (Results 1 – 1 of 1) sorted by relevance

/external/desugar/java/com/google/devtools/common/options/
DIsolatedOptionsData.java315 Type converterResultType; in from() local
318 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()