| 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.MethodSignature | |
| ConfigurationLoggingAdder |
This class 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.
|
Copyright © 2019. All rights reserved.