Serialized Form
-
Package io.github.classgraph
-
Class io.github.classgraph.AnnotationInfoList
- serialVersionUID:
- 1L
-
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
class AnnotationParameterValueList extends MappableInfoList<AnnotationParameterValue> implements Serializable- serialVersionUID:
- 1L
-
Exception io.github.classgraph.ClassGraphException
class ClassGraphException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Class io.github.classgraph.ClassInfoList
- serialVersionUID:
- 1L
-
Serialized Fields
-
sortByName
boolean sortByName
Whether to sort by name.
-
-
Class io.github.classgraph.FieldInfoList
- serialVersionUID:
- 1L
-
Class io.github.classgraph.InfoList
class InfoList extends io.github.classgraph.PotentiallyUnmodifiableList<T extends HasName> implements Serializable- serialVersionUID:
- 1L
-
Class io.github.classgraph.MappableInfoList
- serialVersionUID:
- 1L
-
Class io.github.classgraph.MethodInfoList
- serialVersionUID:
- 1L
-
Class io.github.classgraph.ModuleInfoList
- serialVersionUID:
- 1L
-
Class io.github.classgraph.PackageInfoList
- serialVersionUID:
- 1L
-
Class io.github.classgraph.ResourceList
class ResourceList extends io.github.classgraph.PotentiallyUnmodifiableList<Resource> implements Serializable- serialVersionUID:
- 1L
-