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 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
ModuleInfoList
A list ofModuleInfo
objects.class
PackageInfoList
A list ofPackageInfo
objects.
-