Uses of Interface
com.intergral.deep.agent.api.reflection.IReflection
-
-
Uses of IReflection in com.intergral.deep.agent
Methods in com.intergral.deep.agent that return IReflection Modifier and Type Method Description static IReflection
Reflection. getInstance()
Get the active version of reflection to use. -
Uses of IReflection in com.intergral.deep.agent.api.auth
Methods in com.intergral.deep.agent.api.auth with parameters of type IReflection Modifier and Type Method Description IDeepPlugin
BasicAuthProvider. configure(ISettings settings, IReflection reflection)
-
Uses of IReflection in com.intergral.deep.agent.api.hook
Methods in com.intergral.deep.agent.api.hook that return IReflection Modifier and Type Method Description IReflection
IDeepHook. reflectionService()
Get the configured reflection api. -
Uses of IReflection in com.intergral.deep.agent.api.plugin
Methods in com.intergral.deep.agent.api.plugin that return IReflection Modifier and Type Method Description IReflection
ISnapshotContext. reflectionService()
Get the current reflection service. -
Uses of IReflection in com.intergral.deep.agent.api.spi
Methods in com.intergral.deep.agent.api.spi with parameters of type IReflection Modifier and Type Method Description default IDeepPlugin
IDeepPlugin. configure(ISettings settings, IReflection reflection)
This allows for the plugin to retain a reference to the settings for Deep and allows access to theIReflection
service to perform reflection operations. -
Uses of IReflection in com.intergral.deep.agent.plugins
Methods in com.intergral.deep.agent.plugins with parameters of type IReflection Modifier and Type Method Description static List<IDeepPlugin>
PluginSpiLoader. loadPlugins(ISettings settings, IReflection reflection, ClassLoader loader)
Load all available plugins. -
Uses of IReflection in com.intergral.deep.agent.tracepoint.handler
Methods in com.intergral.deep.agent.tracepoint.handler that return IReflection Modifier and Type Method Description IReflection
FrameProcessor. reflectionService()
Get the current reflection service. -
Uses of IReflection in com.intergral.deep.api
Methods in com.intergral.deep.api that return IReflection Modifier and Type Method Description static IReflection
DeepAPI. reflection()
Get the reflection API. -
Uses of IReflection in com.intergral.deep.reflect
Classes in com.intergral.deep.reflect that implement IReflection Modifier and Type Class Description class
Java9ReflectionImpl
The version of reflection that deals with modules.class
ReflectionImpl
The version of reflection used before modules where added.
-