Uses of Class
io.github.fastclasspathscanner.FieldInfo
-
Packages that use FieldInfo Package Description io.github.fastclasspathscanner -
-
Uses of FieldInfo in io.github.fastclasspathscanner
Methods in io.github.fastclasspathscanner that return FieldInfo Modifier and Type Method Description FieldInfoFieldInfoList. get(String fieldName)Return theFieldInfoobject in the list with the given name, or null if not found.FieldInfoClassInfo. getFieldInfo(String fieldName)Returns information on a given visible field of the class.Methods in io.github.fastclasspathscanner 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 nameConstructor parameters in io.github.fastclasspathscanner with type arguments of type FieldInfo Constructor Description FieldInfoList(Collection<FieldInfo> fieldInfoCollection)
-