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 IReflectionReflection. 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 IDeepPluginBasicAuthProvider. 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 IReflectionIDeepHook. 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 IReflectionISnapshotContext. 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 IDeepPluginIDeepPlugin. configure(ISettings settings, IReflection reflection)This allows for the plugin to retain a reference to the settings for Deep and allows access to theIReflectionservice 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 IReflectionFrameProcessor. 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 IReflectionDeepAPI. 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 classJava9ReflectionImplThe version of reflection that deals with modules.classReflectionImplThe version of reflection used before modules where added.
-