Uses of Interface
com.intergral.deep.agent.api.reflection.IReflection
-
Packages that use IReflection Package Description com.intergral.deep.agent.api.auth com.intergral.deep.agent.api.hook com.intergral.deep.agent.api.plugin com.intergral.deep.agent.api.spi -
-
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.
-