Class BufferAlignmentAgent.AgentBuilderListener

  • All Implemented Interfaces:
    net.bytebuddy.agent.builder.AgentBuilder.Listener
    Enclosing class:
    BufferAlignmentAgent

    static class BufferAlignmentAgent.AgentBuilderListener
    extends java.lang.Object
    implements net.bytebuddy.agent.builder.AgentBuilder.Listener
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.bytebuddy.agent.builder.AgentBuilder.Listener

        net.bytebuddy.agent.builder.AgentBuilder.Listener.Adapter, net.bytebuddy.agent.builder.AgentBuilder.Listener.Compound, net.bytebuddy.agent.builder.AgentBuilder.Listener.Filtering, net.bytebuddy.agent.builder.AgentBuilder.Listener.ModuleReadEdgeCompleting, net.bytebuddy.agent.builder.AgentBuilder.Listener.NoOp, net.bytebuddy.agent.builder.AgentBuilder.Listener.StreamWriting, net.bytebuddy.agent.builder.AgentBuilder.Listener.WithErrorsOnly, net.bytebuddy.agent.builder.AgentBuilder.Listener.WithTransformationsOnly
    • Field Summary

      • Fields inherited from interface net.bytebuddy.agent.builder.AgentBuilder.Listener

        LOADED
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onComplete​(java.lang.String typeName, java.lang.ClassLoader classLoader, net.bytebuddy.utility.JavaModule javaModule, boolean loaded)  
      void onDiscovery​(java.lang.String typeName, java.lang.ClassLoader classLoader, net.bytebuddy.utility.JavaModule javaModule, boolean loaded)  
      void onError​(java.lang.String typeName, java.lang.ClassLoader classLoader, net.bytebuddy.utility.JavaModule javaModule, boolean loaded, java.lang.Throwable throwable)  
      void onIgnored​(net.bytebuddy.description.type.TypeDescription typeDescription, java.lang.ClassLoader classLoader, net.bytebuddy.utility.JavaModule javaModule, boolean loaded)  
      void onTransformation​(net.bytebuddy.description.type.TypeDescription typeDescription, java.lang.ClassLoader classLoader, net.bytebuddy.utility.JavaModule javaModule, boolean loaded, net.bytebuddy.dynamic.DynamicType dynamicType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AgentBuilderListener

        AgentBuilderListener()
    • Method Detail

      • onDiscovery

        public void onDiscovery​(java.lang.String typeName,
                                java.lang.ClassLoader classLoader,
                                net.bytebuddy.utility.JavaModule javaModule,
                                boolean loaded)
        Specified by:
        onDiscovery in interface net.bytebuddy.agent.builder.AgentBuilder.Listener
      • onTransformation

        public void onTransformation​(net.bytebuddy.description.type.TypeDescription typeDescription,
                                     java.lang.ClassLoader classLoader,
                                     net.bytebuddy.utility.JavaModule javaModule,
                                     boolean loaded,
                                     net.bytebuddy.dynamic.DynamicType dynamicType)
        Specified by:
        onTransformation in interface net.bytebuddy.agent.builder.AgentBuilder.Listener
      • onIgnored

        public void onIgnored​(net.bytebuddy.description.type.TypeDescription typeDescription,
                              java.lang.ClassLoader classLoader,
                              net.bytebuddy.utility.JavaModule javaModule,
                              boolean loaded)
        Specified by:
        onIgnored in interface net.bytebuddy.agent.builder.AgentBuilder.Listener
      • onError

        public void onError​(java.lang.String typeName,
                            java.lang.ClassLoader classLoader,
                            net.bytebuddy.utility.JavaModule javaModule,
                            boolean loaded,
                            java.lang.Throwable throwable)
        Specified by:
        onError in interface net.bytebuddy.agent.builder.AgentBuilder.Listener
      • onComplete

        public void onComplete​(java.lang.String typeName,
                               java.lang.ClassLoader classLoader,
                               net.bytebuddy.utility.JavaModule javaModule,
                               boolean loaded)
        Specified by:
        onComplete in interface net.bytebuddy.agent.builder.AgentBuilder.Listener