Searched refs:SimpleBean (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4984912.java38 PropertyDescriptor[] array = BeanUtils.getPropertyDescriptors(SimpleBean.class);
46 public static class SimpleBean { class in class:Test4984912
61 PropertyDescriptor pdProperty = new PropertyDescriptor("property", SimpleBean.class, "getProperty", "setProperty");
62 PropertyDescriptor pdNullable = new PropertyDescriptor("nullable", SimpleBean.class, null, null);
63 PropertyDescriptor pdIndexed = new IndexedPropertyDescriptor("indexed", SimpleBean.class, null, null, null, null);

Completed in 29 milliseconds