See: Description
| Interface | Description |
|---|---|
| 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.FileProcessor |
A processor for files that are added to a dex file.
|
| AndroidClassLoadingStrategy.Injecting.Dispatcher |
A dispatcher for loading a dex file.
|
| Class | Description |
|---|---|
| AndroidClassLoadingStrategy |
A class loading strategy that allows to load a dynamically created class at the runtime of an Android
application.
|
| AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler |
An implementation of a dex processor based on the Android SDK's dx.jar with an API that is
compatible to version 1.7.
|
| AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Dispatcher.ForApi26LevelCompatibleVm |
A dispatcher for an Android VM with API level 26 or higher.
|
| AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Dispatcher.ForLegacyVm |
A dispatcher for a lagacy Android VM.
|
| AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Dispatcher.Unavailable |
An unavailable dispatcher.
|
| AndroidClassLoadingStrategy.FileProcessor.ForReadOnlyClassFile |
A file processor that marks a file as read-only.
|
| AndroidClassLoadingStrategy.Injecting |
An Android class loading strategy that injects types into the target class loader.
|
| AndroidClassLoadingStrategy.Injecting.Dispatcher.ForAndroidPVm |
A dispatcher for an Android P VM that uses the reflection-only method
addDexPath of DexClassLoader. |
| AndroidClassLoadingStrategy.Wrapping |
An Android class loading strategy that creates a wrapper class loader that loads any type.
|
| Enum | Description |
|---|---|
| AndroidClassLoadingStrategy.FileProcessor.Disabled |
A non-operational file processor.
|
| AndroidClassLoadingStrategy.Injecting.Dispatcher.ForLegacyVm |
A dispatcher for legacy VMs that allow
DexFile.loadDex(String, String, int). |
Copyright © 2014–2025. All rights reserved.