public interface IProperties<T>
Modifier and Type | Field and Description |
---|---|
static String[] |
EXCEPTIONS |
static String |
GETTER_DESC |
static String |
GETTER_NAME |
static String |
INTERNAL_NAME |
static String |
SETTER_DESC |
static String |
SETTER_NAME |
Modifier and Type | Method and Description |
---|---|
Object[] |
getValues(T obj) |
void |
setValues(T obj,
Object[] values) |
static final String INTERNAL_NAME
static final String GETTER_NAME
static final String GETTER_DESC
static final String SETTER_NAME
static final String SETTER_DESC
static final String[] EXCEPTIONS
Object[] getValues(T obj) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
void setValues(T obj, Object[] values) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
Copyright © GigaSpaces.