| AgentCachingPoolStrategy |
There two core parts to the cache...
|
| AgentLocationStrategy |
Locate resources with the loading classloader.
|
| AgentTooling |
This class contains class references for objects shared by the agent installer as well as muzzle
(both compile and runtime).
|
| ClassLoaderMatcher |
This class verifies that a given ClassLoader satisfies all expectations of a given InstrumentationModule.
|
| HelperClassPredicate |
|
| HelperResource |
|
| HelperResourceBuilderImpl |
|
| Mismatch |
A mismatch between a ClassRef and a runtime class.
|
| Mismatch.HelperClassesInjectionError |
|
| Mismatch.InstrumentationModuleClassLoaderMismatch |
Represents failure of some classloader to satisfy InstrumentationModule.classLoaderMatcher().
|
| Mismatch.MissingClass |
|
| Mismatch.MissingField |
|
| Mismatch.MissingFlag |
|
| Mismatch.MissingMethod |
|
| Mismatch.ReferenceCheckError |
Fallback mismatch in case an unexpected exception occurs during reference checking.
|
| ReferenceCollector |
LinkedHashMap is used for reference map to guarantee a deterministic order of iteration,
so that bytecode generated based on it would also be deterministic.
|
| ReferenceMatcher |
Matches a set of references against a classloader.
|
| ReferencesPrinter |
|
| VirtualFieldMappings |
|
| VirtualFieldMappingsBuilderImpl |
|