Class BytecodeProviderImpl.GetPropertyNames

java.lang.Object
org.hibernate.bytecode.internal.bytebuddy.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 Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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