Class KotlinPanacheMongoRepositoryEnhancer

  • All Implemented Interfaces:
    BiFunction<String,​org.objectweb.asm.ClassVisitor,​org.objectweb.asm.ClassVisitor>

    public class KotlinPanacheMongoRepositoryEnhancer
    extends io.quarkus.panache.common.deployment.PanacheRepositoryEnhancer
    • Constructor Detail

      • KotlinPanacheMongoRepositoryEnhancer

        public KotlinPanacheMongoRepositoryEnhancer​(org.jboss.jandex.IndexView index,
                                                    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:
        apply in interface BiFunction<String,​org.objectweb.asm.ClassVisitor,​org.objectweb.asm.ClassVisitor>
        Specified by:
        apply in class io.quarkus.panache.common.deployment.PanacheRepositoryEnhancer