| Class and Description |
|---|
| AndroidClassLoadingStrategy
A class loading strategy that allows to load a dynamically created class at the runtime of an Android
application.
|
| AndroidClassLoadingStrategy.DexProcessor
A dex processor is responsible for converting a collection of Java class files into a Android dex file.
|
| AndroidClassLoadingStrategy.DexProcessor.Conversion
Represents an ongoing conversion of several Java class files into an Android dex file.
|
| AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Dispatcher
A dispatcher for translating a direct class file.
|
| AndroidClassLoadingStrategy.Injecting.Dispatcher
A dispatcher for loading a dex file.
|
| AndroidClassLoadingStrategy.Injecting.Dispatcher.ForLegacyVm
A dispatcher for legacy VMs that allow
DexFile.loadDex(String, String, int). |
Copyright © 2014–2023. All rights reserved.