Searched refs:getUnboxMethodForPrimitive (Results 1 – 1 of 1) sorted by relevance
751 MethodId unboxingMethodFor = getUnboxMethodForPrimitive(methodReturnType); in generateCodeForReturnStatement()766 private static MethodId<?, ?> getUnboxMethodForPrimitive(Class<?> methodReturnType) { in getUnboxMethodForPrimitive() method in ProxyBuilder