Uses of Interface
io.quarkus.panache.common.deployment.PanacheMethodCustomizer
Packages that use PanacheMethodCustomizer
Package
Description
-
Uses of PanacheMethodCustomizer in io.quarkus.panache.common.deployment
Fields in io.quarkus.panache.common.deployment with type parameters of type PanacheMethodCustomizerModifier and TypeFieldDescriptionprotected final List<PanacheMethodCustomizer> PanacheCompanionEnhancer.methodCustomizersprotected final List<PanacheMethodCustomizer> PanacheEntityEnhancer.methodCustomizersMethods in io.quarkus.panache.common.deployment that return PanacheMethodCustomizerConstructors in io.quarkus.panache.common.deployment with parameters of type PanacheMethodCustomizerModifierConstructorDescriptionPanacheMethodCustomizerBuildItem(PanacheMethodCustomizer methodCustomizer) Constructor parameters in io.quarkus.panache.common.deployment with type arguments of type PanacheMethodCustomizerModifierConstructorDescriptionKotlinPanacheCompanionEnhancer(org.jboss.jandex.IndexView index, List<PanacheMethodCustomizer> methodCustomizers, TypeBundle bundle) KotlinPanacheEntityEnhancer(org.jboss.jandex.IndexView index, List<PanacheMethodCustomizer> methodCustomizers, TypeBundle bundle) KotlinPanacheRepositoryEnhancer(org.jboss.jandex.IndexView index, List<PanacheMethodCustomizer> methodCustomizers, TypeBundle bundle) 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 PanacheMethodCustomizerModifier and TypeFieldDescriptionprotected List<PanacheMethodCustomizer> KotlinPanacheClassOperationGenerationVisitor.methodCustomizersprotected List<PanacheMethodCustomizer> PanacheEntityClassOperationGenerationVisitor.methodCustomizersConstructor parameters in io.quarkus.panache.common.deployment.visitors with type arguments of type PanacheMethodCustomizerModifierConstructorDescriptionKotlinPanacheClassOperationGenerationVisitor(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)