|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.util.fieldvalue.FieldInfo.Collection
public static class FieldInfo.Collection
| Constructor Summary | |
|---|---|
FieldInfo.Collection(boolean includeFields,
boolean includeNonBeanStyleGetters)
|
|
| Method Summary | |
|---|---|
List<FieldInfo> |
allFieldInfos()
|
Class |
getCls()
|
boolean |
includeFields()
|
boolean |
includeNonBeanStyleGetters()
|
void |
updateInfo(String name,
Class type,
boolean isPublic,
boolean readable,
boolean writable,
Method getter,
Method setter,
Field field)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldInfo.Collection(boolean includeFields,
boolean includeNonBeanStyleGetters)
| Method Detail |
|---|
public boolean includeFields()
public boolean includeNonBeanStyleGetters()
public void updateInfo(String name,
Class type,
boolean isPublic,
boolean readable,
boolean writable,
Method getter,
Method setter,
Field field)
public List<FieldInfo> allFieldInfos()
public Class getCls()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||