Class KotlinPanacheMongoEntityEnhancer
- java.lang.Object
-
- io.quarkus.panache.common.deployment.PanacheEntityEnhancer
-
- io.quarkus.mongodb.panache.kotlin.deployment.KotlinPanacheMongoEntityEnhancer
-
- All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
public class KotlinPanacheMongoEntityEnhancer extends io.quarkus.panache.common.deployment.PanacheEntityEnhancer
-
-
Constructor Summary
Constructors Constructor Description KotlinPanacheMongoEntityEnhancer(org.jboss.jandex.IndexView index, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizer> methodCustomizers, io.quarkus.panache.common.deployment.TypeBundle types)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.ClassVisitorapply(String className, org.objectweb.asm.ClassVisitor outputClassVisitor)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Constructor Detail
-
KotlinPanacheMongoEntityEnhancer
public KotlinPanacheMongoEntityEnhancer(org.jboss.jandex.IndexView index, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizer> methodCustomizers, io.quarkus.panache.common.deployment.TypeBundle types)
-
-
Method Detail
-
apply
public org.objectweb.asm.ClassVisitor apply(String className, org.objectweb.asm.ClassVisitor outputClassVisitor)
- Specified by:
applyin interfaceBiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>- Specified by:
applyin classio.quarkus.panache.common.deployment.PanacheEntityEnhancer
-
-