Uses of Interface
io.quarkus.panache.common.deployment.PanacheMethodCustomizer
-
Packages that use PanacheMethodCustomizer Package Description io.quarkus.panache.common.deployment io.quarkus.panache.common.deployment.visitors -
-
Uses of PanacheMethodCustomizer in io.quarkus.panache.common.deployment
Fields in io.quarkus.panache.common.deployment with type parameters of type PanacheMethodCustomizer Modifier and Type Field Description protected List<PanacheMethodCustomizer>PanacheCompanionEnhancer. methodCustomizersprotected List<PanacheMethodCustomizer>PanacheEntityEnhancer. methodCustomizersMethods in io.quarkus.panache.common.deployment that return PanacheMethodCustomizer Modifier and Type Method Description PanacheMethodCustomizerPanacheMethodCustomizerBuildItem. getMethodCustomizer()Constructors in io.quarkus.panache.common.deployment with parameters of type PanacheMethodCustomizer Constructor Description PanacheMethodCustomizerBuildItem(PanacheMethodCustomizer methodCustomizer)Constructor parameters in io.quarkus.panache.common.deployment with type arguments of type PanacheMethodCustomizer Constructor Description PanacheCompanionEnhancer(org.jboss.jandex.IndexView index, List<PanacheMethodCustomizer> methodCustomizers)PanacheEntityEnhancer(org.jboss.jandex.IndexView index, List<PanacheMethodCustomizer> methodCustomizers)PanacheMethodCustomizerVisitor(org.objectweb.asm.MethodVisitor superVisitor, org.jboss.jandex.MethodInfo method, org.objectweb.asm.Type thisClass, List<PanacheMethodCustomizer> methodCustomizers) -
Uses of PanacheMethodCustomizer in io.quarkus.panache.common.deployment.visitors
Fields in io.quarkus.panache.common.deployment.visitors with type parameters of type PanacheMethodCustomizer Modifier and Type Field Description protected List<PanacheMethodCustomizer>KotlinPanacheClassOperationGenerationVisitor. methodCustomizersprotected List<PanacheMethodCustomizer>PanacheEntityClassOperationGenerationVisitor. methodCustomizersConstructor parameters in io.quarkus.panache.common.deployment.visitors with type arguments of type PanacheMethodCustomizer Constructor Description KotlinPanacheClassOperationGenerationVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor, org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.IndexView indexView, TypeBundle typeBundle, ByteCodeType baseType, List<PanacheMethodCustomizer> methodCustomizers)PanacheEntityClassOperationGenerationVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor, TypeBundle typeBundle, org.jboss.jandex.ClassInfo entityInfo, List<PanacheMethodCustomizer> methodCustomizers, org.jboss.jandex.IndexView indexView)
-