| Class | Description |
|---|---|
| ConfigurationLogger |
This class can be injected in applications to log information about reflection
being used in the application code, and suggest appropriate ProGuard rules for
keeping the reflected classes, methods and/or fields.
|
| ConfigurationLogger.ClassInfo |
Container of processing information of a class.
|
| ConfigurationLogger.MemberInfo | |
| ConfigurationLoggingAdder |
This pass can add configuration debug logging code to all code that
relies on reflection.
|
| ConfigurationLoggingInstructionSequenceConstants |
This class contains a set of instruction sequences for accessing class
information via reflection, and replacement instructions that add logging
information on the reflection that is used.
|
| ConfigurationLoggingInstructionSequenceReplacer |
This InstructionSequencesReplacer appends logging instructions to all
instructions calling reflection methods.
|
| ConfigurationLoggingInstructionSequencesReplacer |
This InstructionSequencesReplacer appends logging instructions to all
instructions calling reflection methods.
|
| InitialStateInfo |
Stores the initial state of a classpool and resource files including
class names, super class names and hashes of fields and methods; and
resource filenames.
|