Searched refs:PRIMITIVE_RETURN_VALUES (Results 1 – 1 of 1) sorted by relevance
20 private static final Map<String, Object> PRIMITIVE_RETURN_VALUES; field in ReflectionHelpers31 PRIMITIVE_RETURN_VALUES = Collections.unmodifiableMap(map);39 return PRIMITIVE_RETURN_VALUES.get(method.getReturnType().getName()); in createNullProxy()61 if (PRIMITIVE_RETURN_VALUES.containsKey(method.getReturnType().getName())) {62 return PRIMITIVE_RETURN_VALUES.get(method.getReturnType().getName());83 return PRIMITIVE_RETURN_VALUES.get(method.getReturnType().getName());429 return PRIMITIVE_RETURN_VALUES.get(returnType);