Uses of Class
io.github.classgraph.ClassInfo
-
Packages that use ClassInfo Package Description io.github.classgraph -
-
Uses of ClassInfo in io.github.classgraph
Methods in io.github.classgraph that return ClassInfo Modifier and Type Method Description ClassInfoAnnotationClassRef. getClassInfo()ClassInfoAnnotationInfo. getClassInfo()protected ClassInfoAnnotationParameterValue. getClassInfo()protected ClassInfoArrayTypeSignature. getClassInfo()protected ClassInfoBaseTypeSignature. getClassInfo()protected ClassInfoClassInfo. getClassInfo()ClassInfoClassRefTypeSignature. getClassInfo()protected ClassInfoClassTypeSignature. getClassInfo()ClassInfoFieldInfo. getClassInfo()ClassInfoMethodInfo. getClassInfo()protected ClassInfoMethodTypeSignature. getClassInfo()ClassInfoModuleInfo. getClassInfo(java.lang.String className)Get theClassInfoobject for the named class in this module, or null if the class was not found in this module.ClassInfoPackageInfo. getClassInfo(java.lang.String className)Get theClassInfoobject for the named class in this package, or null if the class was not found in this module.ClassInfoScanResult. getClassInfo(java.lang.String className)Get theClassInfoobject for the named class, or null if no class of the requested name was found in a whitelisted/non-blacklisted package during the scan.protected ClassInfoTypeArgument. getClassInfo()protected ClassInfoTypeParameter. getClassInfo()ClassInfoClassInfo. getSuperclass()Get the single direct superclass of this class, or null if none.Methods in io.github.classgraph that return types with arguments of type ClassInfo Modifier and Type Method Description java.util.Map<ClassInfo,ClassInfoList>ScanResult. getClassDependencyMap()java.util.Map<ClassInfo,ClassInfoList>ScanResult. getReverseClassDependencyMap()Methods in io.github.classgraph with parameters of type ClassInfo Modifier and Type Method Description booleanClassInfoList.ClassInfoFilter. accept(ClassInfo classInfo)Whether or not to allow aClassInfolist item through the filter.intClassInfo. compareTo(ClassInfo o)Compare based on class name.ClassInfoListClassInfoList. getAssignableTo(ClassInfo superclassOrInterface)Filter thisClassInfoListto include only classes that are assignable to the requested class, assignableToClass (i.e.
-