Uses of Class
io.quarkus.panache.common.deployment.ByteCodeType
-
Packages that use ByteCodeType Package Description io.quarkus.panache.common.deployment io.quarkus.panache.common.deployment.visitors -
-
Uses of ByteCodeType in io.quarkus.panache.common.deployment
Methods in io.quarkus.panache.common.deployment that return ByteCodeType Modifier and Type Method Description ByteCodeTypeTypeBundle. entity()ByteCodeTypeTypeBundle. entityBase()default ByteCodeTypeTypeBundle. entityCompanion()default ByteCodeTypeTypeBundle. entityCompanionBase()ByteCodeTypeTypeBundle. operations()ByteCodeTypeTypeBundle. queryType()ByteCodeTypeTypeBundle. repository()ByteCodeTypeTypeBundle. repositoryBase()ByteCodeTypeByteCodeType. unbox()default ByteCodeTypeTypeBundle. updateType() -
Uses of ByteCodeType in io.quarkus.panache.common.deployment.visitors
Fields in io.quarkus.panache.common.deployment.visitors declared as ByteCodeType Modifier and Type Field Description protected static ByteCodeTypeKotlinPanacheClassOperationGenerationVisitor. CLASSstatic ByteCodeTypePanacheRepositoryClassOperationGenerationVisitor. CLASSprotected ByteCodeTypeKotlinPanacheClassOperationGenerationVisitor. entityUpperBoundprotected ByteCodeTypePanacheEntityClassOperationGenerationVisitor. entityUpperBoundprotected ByteCodeTypePanacheRepositoryClassOperationGenerationVisitor. entityUpperBoundstatic ByteCodeTypeKotlinPanacheClassOperationGenerationVisitor. OBJECTFields in io.quarkus.panache.common.deployment.visitors with type parameters of type ByteCodeType Modifier and Type Field Description protected Map<String,ByteCodeType>KotlinPanacheClassOperationGenerationVisitor. typeArgumentsprotected Map<String,ByteCodeType>PanacheEntityClassOperationGenerationVisitor. typeArgumentsprotected Map<String,ByteCodeType>PanacheRepositoryClassOperationGenerationVisitor. typeArgumentsMethods in io.quarkus.panache.common.deployment.visitors that return types with arguments of type ByteCodeType Modifier and Type Method Description static List<ByteCodeType>KotlinPanacheClassOperationGenerationVisitor. recursivelyFindEntityTypeArguments(org.jboss.jandex.IndexView indexView, org.jboss.jandex.DotName clazz, org.jboss.jandex.DotName repositoryDotName)Methods in io.quarkus.panache.common.deployment.visitors with parameters of type ByteCodeType 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 ByteCodeType 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)
-