WovenProxyConcreteMethodAdapter
is used for weaving instance methods
WovenProxyAbstractMethodAdapter
is used to provide a delegating
implementation of an interface method.MethodVisitor
that will weave a given methodInvocationListener
Object
,
only populated for classes which will directly implement WovenProxy
.#getCommonSuperClass(String, String)
so that it doesn't load classes (which it was doing on the wrong ClassLoader
anyway...)OSGiFriendlyClassWriter.getCommonSuperClass(String, String)
so that it doesn't load classes (which it was doing on the wrong ClassLoader
anyway...)Class
using the
supplied ASM ClassVisitor
, the reader will skip DEBUG, FRAMES and CODE.this
Method
and the class that declares itCopyright © 2019. All rights reserved.