Class ClassInjectorTransformer
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.processor.scanning.ClassInjectorTransformer
-
- All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
public class ClassInjectorTransformer extends Object implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
-
-
Field Summary
Fields Modifier and Type Field Description static StringINIT_CONVERTER_METHOD_NAME
-
Constructor Summary
Constructors Constructor Description ClassInjectorTransformer(Map<org.jboss.jandex.FieldInfo,ServerIndexedParameter> fieldExtractors, boolean superTypeIsInjectable, boolean requireCreateBeanParams, org.jboss.jandex.IndexView indexView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.ClassVisitorapply(String classname, org.objectweb.asm.ClassVisitor visitor)-
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
-
-
-
-
Field Detail
-
INIT_CONVERTER_METHOD_NAME
public static final String INIT_CONVERTER_METHOD_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClassInjectorTransformer
public ClassInjectorTransformer(Map<org.jboss.jandex.FieldInfo,ServerIndexedParameter> fieldExtractors, boolean superTypeIsInjectable, boolean requireCreateBeanParams, org.jboss.jandex.IndexView indexView)
-
-
Method Detail
-
apply
public org.objectweb.asm.ClassVisitor apply(String classname, org.objectweb.asm.ClassVisitor visitor)
- Specified by:
applyin interfaceBiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
-
-