Class ClassLoaderMatcher


  • public class ClassLoaderMatcher
    extends Object
    This class verifies that a given ClassLoader satisfies all expectations of a given InstrumentationModule. It is used to make sure than a module's transformations can be safely applied to a given class loader.
    See Also:
    InstrumentationModule, ReferenceMatcher