Uses of Interface
io.quarkus.panache.common.deployment.TypeBundle
Packages that use TypeBundle
Package
Description
-
Uses of TypeBundle in io.quarkus.panache.common.deployment
Constructors in io.quarkus.panache.common.deployment with parameters of type TypeBundleModifierConstructorDescriptionKotlinPanacheCompanionEnhancer(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) -
Uses of TypeBundle in io.quarkus.panache.common.deployment.visitors
Fields in io.quarkus.panache.common.deployment.visitors declared as TypeBundleModifier and TypeFieldDescriptionprotected TypeBundleKotlinPanacheClassOperationGenerationVisitor.typeBundleprotected TypeBundlePanacheEntityClassOperationGenerationVisitor.typeBundleMethods in io.quarkus.panache.common.deployment.visitors with parameters of type TypeBundleModifier and TypeMethodDescriptionprotected voidKotlinPanacheClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.IndexView indexView, TypeBundle types, ByteCodeType baseType) protected voidPanacheEntityClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.IndexView indexView, TypeBundle types, ByteCodeType baseType) protected voidPanacheRepositoryClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.IndexView indexView, TypeBundle types, ByteCodeType baseType) Constructors in io.quarkus.panache.common.deployment.visitors with parameters of type TypeBundleModifierConstructorDescriptionKotlinPanacheClassOperationGenerationVisitor(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) PanacheRepositoryClassOperationGenerationVisitor(String className, org.objectweb.asm.ClassVisitor outputClassVisitor, org.jboss.jandex.IndexView indexView, TypeBundle typeBundle)