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 classAnnotationInfoListA list ofAnnotationInfoobjects.classAnnotationParameterValueListA list ofAnnotationParameterValueobjects.classClassInfoListA uniquified (deduplicated) list ofClassInfoobjects, 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).classFieldInfoListA list ofFieldInfoobjects.classMappableInfoList<T extends HasName>A list of named objects that can be indexed by name.classMethodInfoListA list ofMethodInfoobjects.classModuleInfoListA list ofModuleInfoobjects.classPackageInfoListA list ofPackageInfoobjects.
-