Class DeepAPI


  • public class DeepAPI
    extends Object
    This type provides helper methods to get the api and other exposed APIs from deep. This type MUST not be used until after the agent is loaded or there will be Exceptions thrown.
    • Constructor Detail

      • DeepAPI

        public DeepAPI()
    • Method Detail

      • reflection

        public static IReflection reflection()
        Get the reflection API.
        Returns:
        a IReflection instance for the java version we are running
      • api

        public static IDeep api()
        Get the Deep api.
        Returns:
        a IDeep instance