Uses of Class
io.github.classgraph.MappableInfoList
-
Packages that use MappableInfoList Package Description io.github.classgraph -
-
Uses of MappableInfoList in io.github.classgraph
Subclasses of MappableInfoList 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.classModuleInfoListA list ofModuleInfoobjects.classPackageInfoListA list ofPackageInfoobjects.
-