Serialized Form
-
Package io.github.classgraph
-
Class io.github.classgraph.AnnotationInfoList extends io.github.classgraph.InfoList.MappableInfoList<AnnotationInfo> implements Serializable
-
Serialized Fields
-
directlyRelatedAnnotations
AnnotationInfoList directlyRelatedAnnotations
The set of annotations directly related to a class or method and not inherited through a meta-annotated annotation. This field is nullable, as the annotation info list is incrementally built. SeeAnnotationInfoList.directOnly()
.
-
-
-
Class io.github.classgraph.AnnotationParameterValueList extends ArrayList<AnnotationParameterValue> implements Serializable
-
Class io.github.classgraph.ClassInfoList extends io.github.classgraph.InfoList.MappableInfoList<ClassInfo> implements Serializable
-
Class io.github.classgraph.FieldInfoList extends io.github.classgraph.InfoList.MappableInfoList<FieldInfo> implements Serializable
-
Class io.github.classgraph.MethodInfoList extends io.github.classgraph.InfoList<MethodInfo> implements Serializable
-
Class io.github.classgraph.ModuleInfoList extends io.github.classgraph.InfoList.MappableInfoList<ModuleInfo> implements Serializable
-
Class io.github.classgraph.PackageInfoList extends io.github.classgraph.InfoList.MappableInfoList<PackageInfo> implements Serializable
-
Class io.github.classgraph.ResourceList extends ArrayList<Resource> implements Serializable
-
-
Package nonapi.io.github.classgraph.types
-
Class nonapi.io.github.classgraph.types.Parser.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-