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 -
Constructor Summary
ConstructorsConstructorDescriptionClassInjectorTransformer(Map<org.jboss.jandex.FieldInfo, ServerIndexedParameter> fieldExtractors, boolean superTypeIsInjectable, boolean requireCreateBeanParams, org.jboss.jandex.IndexView indexView) -
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
-
Field Details
-
INIT_CONVERTER_METHOD_NAME
- See Also:
-
-
Constructor Details
-
ClassInjectorTransformer
public ClassInjectorTransformer(Map<org.jboss.jandex.FieldInfo, ServerIndexedParameter> fieldExtractors, boolean superTypeIsInjectable, boolean requireCreateBeanParams, org.jboss.jandex.IndexView indexView)
-
-
Method Details
-
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>
-