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 java.util.ArrayList<AnnotationParameterValue> implements Serializable
-
Class io.github.classgraph.ClassInfoList extends io.github.classgraph.InfoList.MappableInfoList<ClassInfo> implements Serializable
-
Serialized Fields
-
directlyRelatedClasses
java.util.Set<ClassInfo> directlyRelatedClasses
-
sortByName
boolean sortByName
-
-
-
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 java.util.ArrayList<Resource> implements Serializable
-
-
Package nonapi.io.github.classgraph.types
-
Class nonapi.io.github.classgraph.types.Parser.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-