Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner.scanner |
Modifier and Type | Method and Description |
---|---|
FieldInfo |
ClassInfo.getFieldInfo(String fieldName)
Returns information on a given visible field of the class.
|
Modifier and Type | Method and Description |
---|---|
List<FieldInfo> |
ClassInfo.getFieldInfo()
Returns information on all visible fields of the class.
|
Modifier and Type | Method and Description |
---|---|
int |
FieldInfo.compareTo(FieldInfo other)
Sort in order of class name then field name
|
Copyright © 2017. All rights reserved.