Uses of Class
io.github.classgraph.InfoList
-
Packages that use InfoList Package Description io.github.classgraph -
-
Uses of InfoList in io.github.classgraph
Subclasses of InfoList in io.github.classgraph Modifier and Type Class Description class
AnnotationInfoList
A list ofAnnotationInfo
objects.class
AnnotationParameterValueList
A list ofAnnotationParameterValue
objects.class
ClassInfoList
A uniquified (deduplicated) list ofClassInfo
objects, which stores both reachable classes (obtained through a given class relationship, either by direct relationship or through an indirect path), and directly related classes (classes reachable through a direct relationship only).class
FieldInfoList
A list ofFieldInfo
objects.class
MappableInfoList<T extends HasName>
A list of named objects that can be indexed by name.class
MethodInfoList
A list ofMethodInfo
objects.class
ModuleInfoList
A list ofModuleInfo
objects.class
PackageInfoList
A list ofPackageInfo
objects.
-