modelFound = finderClass.getDeclaredMethod("modelFound", String.class);
} catch (Exception e) {
throw new InstrumentationException(e);
}
inst.addTransformer(new ClassFileTransformer() {
@Override
public synchronized byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined,
ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException {
try {