public class ReflectorFactory
extends java.lang.Object
IReflectionBuilder
s to be used
by the Instrumentation SDK template classes. It references the JavaReflector
class within the agent through reflection.Modifier and Type | Method and Description |
---|---|
static ReflectorFactory |
getInstance() |
IReflectionBuilder |
getNewReflectionBuilder() |
static void |
initialize(java.lang.Class reflectorBuilderClass)
This is invoked by the Agent at runtime to bootstrap the reflection for plug-ins
|
public IReflectionBuilder getNewReflectionBuilder() throws java.lang.Exception
java.lang.Exception
public static ReflectorFactory getInstance()
public static void initialize(java.lang.Class reflectorBuilderClass)
reflectorBuilderClass
- The class to be used for building new reflectors