Uses of Record Class
dev.voidframework.core.classestoload.ScannedClassesToLoad
Packages that use ScannedClassesToLoad
-
Uses of ScannedClassesToLoad in dev.voidframework.core.classestoload
Methods in dev.voidframework.core.classestoload that return ScannedClassesToLoadModifier and TypeMethodDescriptionstatic ScannedClassesToLoadClassesToLoadScanner.findClassesToLoad(List<String> acceptedScanPathList, List<String> rejectedScanPathList, List<String> extraInterfaceList) Scan given paths to find classes to bind.static ScannedClassesToLoadClassesToLoadScanner.restoreClassesToLoad(InputStream inputStream) Restore aScannedClassesToLoadfrom the given stream.Methods in dev.voidframework.core.classestoload with parameters of type ScannedClassesToLoadModifier and TypeMethodDescriptionstatic voidClassesToLoadScanner.persistClassesToLoad(ScannedClassesToLoad scannedClassesToLoad, Path outputDirectoryPath) Persists aScannedClassesToLoadobject.