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 io.github.classgraph.InfoList.MappableInfoList<AnnotationParameterValue> implements Serializable
-
Class io.github.classgraph.ClassGraphException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class io.github.classgraph.ClassInfoList extends io.github.classgraph.InfoList.MappableInfoList<ClassInfo> implements Serializable
-
Serialized Fields
-
sortByName
boolean sortByName
Whether to sort by name.
-
-
-
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
- serialVersionUID:
- 1L
-