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 Classes Modifier and Type Class Description static classNativeCheckedTemplateEnhancer.DynamicTemplateClassVisitor
-
Constructor Summary
Constructors Constructor Description NativeCheckedTemplateEnhancer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.ClassVisitorapply(String className, org.objectweb.asm.ClassVisitor outputClassVisitor)voidimplement(org.jboss.jandex.MethodInfo methodInfo, String templatePath, String fragmentId, List<String> parameterNames, CheckedTemplateAdapter adaptor)-
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
-
-
-
-
Method Detail
-
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>
-
-