Searched defs:findSetter (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DPropertyElementHandler.java202 MethodUtil.invoke(findSetter(type, name, param), bean, new Object[] {value});
206 MethodUtil.invoke(findSetter(type, name, int.class, param), bean, new Object[] {index, value});
252 private static Method findSetter(Class<?> type, String name, Class<?>...args) throws IntrospectionException, NoSuchMethodException { method in class:PropertyElementHandler
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java128 * <td>{@linkplain java.lang.invoke.MethodHandles.Lookup#findSetter lookup.findSetter(C.class,"f",FT.class)}</td>
767 public MethodHandle findSetter(Class<?> refc, String name, Class<?> type) throws NoSuchFieldException, IllegalAccessException { method in class:MethodHandles.Lookup

Completed in 36 milliseconds