Package io.quarkus.qute.deployment
Class NativeCheckedTemplateEnhancer
java.lang.Object
io.quarkus.qute.deployment.NativeCheckedTemplateEnhancer
- All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor, org.objectweb.asm.ClassVisitor>
public class NativeCheckedTemplateEnhancer
extends Object
implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
NativeCheckedTemplateEnhancer
public NativeCheckedTemplateEnhancer()
-
-
Method Details
-
implement
public void implement(org.jboss.jandex.MethodInfo methodInfo, String templatePath, String fragmentId, List<String> parameterNames, CheckedTemplateAdapter adaptor) -
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>
-