Uses of Class
io.github.classgraph.FieldInfoList
-
Packages that use FieldInfoList Package Description io.github.classgraph -
-
Uses of FieldInfoList in io.github.classgraph
Fields in io.github.classgraph declared as FieldInfoList Modifier and Type Field Description (package private) static FieldInfoListFieldInfoList. EMPTY_LISTAn unmodifiable emptyFieldInfoList.(package private) FieldInfoListClassInfo. fieldInfoInfo on fields.private FieldInfoListClassfile. fieldInfoListThe field info list.Methods in io.github.classgraph that return FieldInfoList Modifier and Type Method Description static FieldInfoListFieldInfoList. emptyList()Return an unmodifiable emptyFieldInfoList.FieldInfoListFieldInfoList. filter(FieldInfoList.FieldInfoFilter filter)Find the subset of theFieldInfoobjects in this list for which the given filter predicate is true.FieldInfoListClassInfo. getDeclaredFieldInfo()Returns information on all visible fields declared by this class, but not by its superclasses.FieldInfoListClassInfo. getEnumConstants()FieldInfoListClassInfo. getFieldInfo()Returns information on all visible fields declared by this class, or by its superclasses.Methods in io.github.classgraph with parameters of type FieldInfoList Modifier and Type Method Description (package private) voidClassInfo. addFieldInfo(FieldInfoList fieldInfoList, java.util.Map<java.lang.String,ClassInfo> classNameToClassInfo)Add field info.
-