Uses of Class
io.github.classgraph.FieldInfo
-
Packages that use FieldInfo Package Description io.github.classgraph -
-
Uses of FieldInfo in io.github.classgraph
Methods in io.github.classgraph that return FieldInfo Modifier and Type Method Description FieldInfoFieldInfoList. get(String fieldName)FieldInfoClassInfo. getFieldInfo(String fieldName)Returns information on a given visible field declared by the class.Methods in io.github.classgraph with parameters of type FieldInfo Modifier and Type Method Description booleanFieldInfoList.FieldInfoFilter. accept(FieldInfo fieldInfo)Whether or not to allow anFieldInfolist item through the filter.intFieldInfo. compareTo(FieldInfo other)Sort in order of class name then field name
-