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 TypeMethodDescriptionnet.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 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 interfacenet.bytebuddy.implementation.bytecode.ByteCodeAppender
-