Package | Description |
---|---|
io.github.classgraph |
Modifier and Type | Method | Description |
---|---|---|
FieldInfo |
FieldInfoList.get(String fieldName) |
|
FieldInfo |
ClassInfo.getFieldInfo(String fieldName) |
Returns information on a given visible field of the class.
|
Modifier and Type | Method | 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
|
Copyright © 2018. All rights reserved.