Modifier and Type | Method and Description |
---|---|
FieldInfo |
ClassInfo.getDeclaredFieldInfo(String fieldName)
Returns information on the named field declared by the class, but not by its superclasses.
|
FieldInfo |
ClassInfo.getFieldInfo(String fieldName)
Returns information on the named filed declared by this class, or by its superclasses.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FieldInfoList.FieldInfoFilter.accept(FieldInfo fieldInfo)
Whether or not to allow an
FieldInfo list item through the filter. |
int |
FieldInfo.compareTo(FieldInfo other)
Sort in order of class name then field name.
|
Constructor and Description |
---|
FieldInfoList(Collection<FieldInfo> fieldInfoCollection)
Construct a new modifiable empty
FieldInfoList , given an initial list of FieldInfo objects. |
Copyright © 2021. All rights reserved.