Package io.quarkus.panache.mock.impl
Class PanacheMockMethodCustomizer
java.lang.Object
io.quarkus.panache.mock.impl.PanacheMockMethodCustomizer
- All Implemented Interfaces:
PanacheMethodCustomizer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.objectweb.asm.Type entityClassSignature, org.jboss.jandex.MethodInfo method, org.objectweb.asm.MethodVisitor mv)
-
Constructor Details
-
PanacheMockMethodCustomizer
public PanacheMockMethodCustomizer()
-
-
Method Details
-
customize
public void customize(org.objectweb.asm.Type entityClassSignature, org.jboss.jandex.MethodInfo method, org.objectweb.asm.MethodVisitor mv) - Specified by:
customizein interfacePanacheMethodCustomizer
-