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