Searched refs:ToObjectMethodWrapper (Results 1 – 1 of 1) sorted by relevance
145 public <T> ToObjectMethodWrapper<T> getMethod(final String name, in getMethod()147 return new ToObjectMethodWrapper<>(CompatUtils.getMethod(mClass, name, parameterTypes), in getMethod()170 public static final class ToObjectMethodWrapper<T> { class in CompatUtils173 public ToObjectMethodWrapper(final Method method, final T defaultValue) { in ToObjectMethodWrapper() method in CompatUtils.ToObjectMethodWrapper