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 FieldInfo
FieldInfoList. get(String fieldName)
Return theFieldInfo
object in the list with the given name, or null if not found.FieldInfo
ClassInfo. 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 boolean
FieldInfoList.FieldInfoFilter. accept(FieldInfo fieldInfo)
Whether or not to allow anFieldInfo
list item through the filter.int
FieldInfo. 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)
-