public abstract class BulkBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BulkBean.Generator |
Modifier and Type | Field and Description |
---|---|
protected String[] |
getters |
protected String[] |
setters |
protected Class |
target |
protected Class[] |
types |
Modifier | Constructor and Description |
---|---|
protected |
BulkBean() |
Modifier and Type | Method and Description |
---|---|
static BulkBean |
create(Class target,
String[] getters,
String[] setters,
Class[] types) |
String[] |
getGetters() |
Class[] |
getPropertyTypes() |
Object[] |
getPropertyValues(Object bean) |
abstract void |
getPropertyValues(Object bean,
Object[] values) |
String[] |
getSetters() |
abstract void |
setPropertyValues(Object bean,
Object[] values) |