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 Class 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
- 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
- serialVersionUID:
- 1L
-
-
Package nonapi.io.github.classgraph.concurrency
-
Exception Class nonapi.io.github.classgraph.concurrency.SingletonMap.NewInstanceException
class NewInstanceException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class nonapi.io.github.classgraph.concurrency.SingletonMap.NullSingletonException
class NullSingletonException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package nonapi.io.github.classgraph.types
-
Exception Class nonapi.io.github.classgraph.types.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-