Package io.quarkus.qute.deployment
Class TemplateRecordEnhancer
- java.lang.Object
-
- io.quarkus.qute.deployment.TemplateRecordEnhancer
-
- All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
class TemplateRecordEnhancer extends Object implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classTemplateRecordEnhancer.TemplateRecordClassVisitor(package private) classTemplateRecordEnhancer.TemplateRecordConstructorVisitor
-
Constructor Summary
Constructors Constructor Description TemplateRecordEnhancer(org.jboss.jandex.ClassInfo interfaceToImplement, org.jboss.jandex.ClassInfo recordClass, String templateId, String fragmentId, List<org.jboss.jandex.MethodParameterInfo> parameters, CheckedTemplateAdapter adapter)
-
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
-
TemplateRecordEnhancer
TemplateRecordEnhancer(org.jboss.jandex.ClassInfo interfaceToImplement, org.jboss.jandex.ClassInfo recordClass, String templateId, String fragmentId, List<org.jboss.jandex.MethodParameterInfo> parameters, CheckedTemplateAdapter adapter)
-
-
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>
-
-