Uses of Interface
io.quarkus.panache.common.deployment.TypeBundle
-
Packages that use TypeBundle Package Description io.quarkus.panache.common.deployment.visitors -
-
Uses of TypeBundle in io.quarkus.panache.common.deployment.visitors
Fields in io.quarkus.panache.common.deployment.visitors declared as TypeBundle Modifier and Type Field Description protected TypeBundleKotlinPanacheClassOperationGenerationVisitor. typeBundleprotected TypeBundlePanacheEntityClassOperationGenerationVisitor. typeBundleMethods in io.quarkus.panache.common.deployment.visitors with parameters of type TypeBundle Modifier and Type Method Description protected 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 TypeBundle 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)PanacheRepositoryClassOperationGenerationVisitor(String className, org.objectweb.asm.ClassVisitor outputClassVisitor, org.jboss.jandex.IndexView indexView, TypeBundle typeBundle)
-