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.
|
| 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.Injecting |
An Android class loading strategy that injects types into the target class loader.
|
| AndroidClassLoadingStrategy.Wrapping |
An Android class loading strategy that creates a wrapper class loader that loads any type.
|
Copyright © 2014–2018. All rights reserved.