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

/openjdk7/jdk/test/java/beans/Introspector/
H A DBeanUtils.java110 public static PropertyDescriptor findPropertyDescriptor(Class type, String name) { method in class:BeanUtils
145 PropertyDescriptor pd = findPropertyDescriptor(type, name);
161 PropertyDescriptor pd = findPropertyDescriptor(type, name);

Completed in 29 milliseconds