Class KotlinPanacheEntityEnhancer

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

    public class KotlinPanacheEntityEnhancer
    extends PanacheEntityEnhancer
    • Constructor Detail

      • KotlinPanacheEntityEnhancer

        public KotlinPanacheEntityEnhancer​(org.jboss.jandex.IndexView index,
                                           List<PanacheMethodCustomizer> methodCustomizers)
    • 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 PanacheEntityEnhancer