ClassInfo |
ClassInfoList.get(String name) |
Return the ClassInfo object in the list with the given name, or null if not found.
|
ClassInfo |
AnnotationClassRef.getClassInfo() |
Get the ClassInfo object for the referenced class, or null if the referenced class was not
encountered during scanning (i.e.
|
ClassInfo |
AnnotationInfo.getClassInfo() |
Get the ClassInfo object for the annotation class of this annotation.
|
protected ClassInfo |
AnnotationParameterValue.getClassInfo() |
|
protected ClassInfo |
ArrayTypeSignature.getClassInfo() |
|
protected ClassInfo |
BaseTypeSignature.getClassInfo() |
|
ClassInfo |
ClassRefTypeSignature.getClassInfo() |
Get the ClassInfo object for the referenced class, or null if the referenced class was not
encountered during scanning (i.e.
|
protected ClassInfo |
ClassTypeSignature.getClassInfo() |
|
protected ClassInfo |
MethodTypeSignature.getClassInfo() |
|
ClassInfo |
ScanResult.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 ClassInfo |
TypeArgument.getClassInfo() |
|
protected ClassInfo |
TypeParameter.getClassInfo() |
|
ClassInfo |
FieldInfo.getDefiningClassInfo() |
Get the class this field is defined within.
|
ClassInfo |
MethodInfo.getDefiningClassInfo() |
Get the class this method is defined within.
|
ClassInfo |
ClassInfo.getSuperclass() |
Get the single direct superclass of this class, or null if none.
|