Class ScanResult.SerializationFormat

java.lang.Object
io.github.classgraph.ScanResult.SerializationFormat
Enclosing class:
ScanResult

private static class ScanResult.SerializationFormat extends Object
A class to hold a serialized ScanResult along with the ScanSpec that was used to scan.
  • Field Details

  • Constructor Details

    • SerializationFormat

      public SerializationFormat()
      Constructor.
    • SerializationFormat

      public SerializationFormat(String serializationFormatStr, ScanSpec scanSpec, List<ClassInfo> classInfo, List<PackageInfo> packageInfo, List<ModuleInfo> moduleInfo, List<String> classpath)
      Constructor.
      Parameters:
      serializationFormatStr - the serialization format string
      scanSpec - the scan spec
      classInfo - the list of all ClassInfo objects
      packageInfo - the list of all PackageInfo objects
      moduleInfo - the list of all ModuleInfo objects
      classpath - the classpath as a list of URL strings