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 ClassInfoClassInfoList. get(String className)ClassInfoAnnotationClassRef. getClassInfo()ClassInfoAnnotationInfo. getClassInfo()protected ClassInfoAnnotationParameterValue. getClassInfo()protected ClassInfoArrayTypeSignature. getClassInfo()protected ClassInfoBaseTypeSignature. getClassInfo()protected ClassInfoClassInfo. getClassInfo()ClassInfoClassRefTypeSignature. getClassInfo()protected ClassInfoClassTypeSignature. getClassInfo()protected ClassInfoMethodTypeSignature. getClassInfo()ClassInfoScanResult. getClassInfo(String className)Get the ClassInfo object for the named class, or null if no class of the requested name was found in a whitelisted/non-blacklisted package during scanning.protected ClassInfoTypeArgument. getClassInfo()protected ClassInfoTypeParameter. getClassInfo()ClassInfoFieldInfo. getDefiningClassInfo()Get the class this field is defined within.ClassInfoMethodInfo. getDefiningClassInfo()Get the class this method is defined within.ClassInfoClassInfo. getSuperclass()Get the single direct superclass of this class, or null if none.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.
-