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 FieldInfoListFieldInfoList.EMPTY_LISTAn unmodifiable emptyFieldInfoList.(package private) FieldInfoListClassInfo.fieldInfoInfo on fields.private FieldInfoListClassfile.fieldInfoListThe field info list.Methods in io.github.classgraph that return FieldInfoListModifier and TypeMethodDescriptionstatic FieldInfoListFieldInfoList.emptyList()Return an unmodifiable emptyFieldInfoList.FieldInfoList.filter(FieldInfoList.FieldInfoFilter filter) Find the subset of theFieldInfoobjects 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) voidClassInfo.addFieldInfo(FieldInfoList fieldInfoList, Map<String, ClassInfo> classNameToClassInfo) Add field info.