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.moduleReaderProxyRecyclerThe 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.moduleRefToModuleReaderProxyRecyclerMapA singleton map from aModuleRefto aModuleReaderProxyrecycler 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.inflaterRecyclerA recycler forInflaterinstances.Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type RecyclerModifier and TypeFieldDescriptionNestedJarHandler.moduleRefToModuleReaderProxyRecyclerMapA singleton map from aModuleRefto aModuleReaderProxyrecycler 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.