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 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.
-