Serialized Form
-
Package io.github.classgraph
-
Class io.github.classgraph.AnnotationInfoList extends 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 MappableInfoList<AnnotationParameterValue> implements Serializable
-
Class io.github.classgraph.ClassGraphException extends java.lang.IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Class io.github.classgraph.ClassInfoList extends MappableInfoList<ClassInfo> implements Serializable
-
Serialized Fields
-
sortByName
boolean sortByName
Whether to sort by name.
-
-
-
Class io.github.classgraph.FieldInfoList extends MappableInfoList<FieldInfo> implements Serializable
-
Class io.github.classgraph.InfoList extends java.util.ArrayList<T extends HasName> implements Serializable
- serialVersionUID:
- 1L
-
Class io.github.classgraph.MappableInfoList extends InfoList<T extends HasName> implements Serializable
-
Class io.github.classgraph.MethodInfoList extends InfoList<MethodInfo> implements Serializable
-
Class io.github.classgraph.ModuleInfoList extends MappableInfoList<ModuleInfo> implements Serializable
-
Class io.github.classgraph.PackageInfoList extends MappableInfoList<PackageInfo> implements Serializable
-
Class io.github.classgraph.ResourceList extends java.util.ArrayList<Resource> implements Serializable
- serialVersionUID:
- 1L
-