Uses of Class
io.github.classgraph.FieldInfoList
Packages that use FieldInfoList
-
Uses of FieldInfoList in io.github.classgraph
Fields in io.github.classgraph declared as FieldInfoListModifier and TypeFieldDescription(package private) static final FieldInfoList
FieldInfoList.EMPTY_LIST
An unmodifiable emptyFieldInfoList
.(package private) FieldInfoList
ClassInfo.fieldInfo
Info on fields.private FieldInfoList
Classfile.fieldInfoList
The field info list.Methods in io.github.classgraph that return FieldInfoListModifier and TypeMethodDescriptionstatic FieldInfoList
FieldInfoList.emptyList()
Return an unmodifiable emptyFieldInfoList
.FieldInfoList.filter
(FieldInfoList.FieldInfoFilter filter) Find the subset of theFieldInfo
objects in this list for which the given filter predicate is true.ClassInfo.getDeclaredFieldInfo()
Returns information on all visible fields declared by this class, but not by its superclasses.ClassInfo.getEnumConstants()
ClassInfo.getFieldInfo()
Returns information on all visible fields declared by this class, or by its superclasses.Methods in io.github.classgraph with parameters of type FieldInfoListModifier and TypeMethodDescription(package private) void
ClassInfo.addFieldInfo
(FieldInfoList fieldInfoList, Map<String, ClassInfo> classNameToClassInfo) Add field info.