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
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
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 interfacenet.bytebuddy.implementation.bytecode.ByteCodeAppender
-
-