Class BytecodeProviderImpl.GetPropertyNames

  • All Implemented Interfaces:
    net.bytebuddy.implementation.bytecode.ByteCodeAppender
    Enclosing class:
    BytecodeProviderImpl

    public static class BytecodeProviderImpl.GetPropertyNames
    extends Object
    implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.bytebuddy.implementation.bytecode.ByteCodeAppender

        net.bytebuddy.implementation.bytecode.ByteCodeAppender.Compound, net.bytebuddy.implementation.bytecode.ByteCodeAppender.Simple, net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size
    • Method Detail

      • apply

        public net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size apply​(net.bytebuddy.jar.asm.MethodVisitor methodVisitor,
                                                                                 net.bytebuddy.implementation.Implementation.Context implementationContext,
                                                                                 net.bytebuddy.description.method.MethodDescription instrumentedMethod)
        Specified by:
        apply in interface net.bytebuddy.implementation.bytecode.ByteCodeAppender