Home | History | Annotate | Download | only in beans

Lines Matching refs:Class

29 abstract public class BulkBean
32 (BulkBeanKey)KeyFactory.create(BulkBeanKey.class);
38 protected Class target;
40 protected Class[] types;
53 public Class[] getPropertyTypes() {
54 return (Class[])types.clone();
65 public static BulkBean create(Class target, String[] getters, String[] setters, Class[] types) {
74 public static class Generator extends AbstractClassGenerator {
75 private static final Source SOURCE = new Source(BulkBean.class.getName());
76 private Class target;
79 private Class[] types;
85 public void setTarget(Class target) {
97 public void setTypes(Class[] types) {
117 protected Object firstInstance(Class type) {
128 instance.types = new Class[types.length];