Uses of Class
nonapi.io.github.classgraph.recycler.Recycler
Packages that use Recycler
Package
Description
-
Uses of Recycler in io.github.classgraph
Fields in io.github.classgraph declared as RecyclerModifier and TypeFieldDescriptionprivate Recycler
<ModuleReaderProxy, IOException> ClasspathElementModule.moduleReaderProxyRecycler
The module reader proxy recycler.Fields in io.github.classgraph with type parameters of type RecyclerModifier and TypeFieldDescription(package private) SingletonMap
<ModuleRef, Recycler<ModuleReaderProxy, IOException>, IOException> ClasspathElementModule.moduleRefToModuleReaderProxyRecyclerMap
A singleton map from aModuleRef
to aModuleReaderProxy
recycler for the module.Constructor parameters in io.github.classgraph with type arguments of type RecyclerModifierConstructorDescription(package private)
ClasspathElementModule
(ModuleRef moduleRef, SingletonMap<ModuleRef, Recycler<ModuleReaderProxy, IOException>, IOException> moduleRefToModuleReaderProxyRecyclerMap, Scanner.ClasspathEntryWorkUnit workUnit, ScanSpec scanSpec) A zip/jarfile classpath element. -
Uses of Recycler in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader declared as RecyclerModifier and TypeFieldDescriptionNestedJarHandler.inflaterRecycler
A recycler forInflater
instances.Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type RecyclerModifier and TypeFieldDescriptionNestedJarHandler.moduleRefToModuleReaderProxyRecyclerMap
A singleton map from aModuleRef
to aModuleReaderProxy
recycler for the module. -
Uses of Recycler in nonapi.io.github.classgraph.recycler
Fields in nonapi.io.github.classgraph.recycler declared as RecyclerConstructors in nonapi.io.github.classgraph.recycler with parameters of type RecyclerModifierConstructorDescription(package private)
RecycleOnClose
(Recycler<T, E> recycler, T instance) Acquire or allocate an instance.