Class AbstractFeatureScanner
java.lang.Object
org.jboss.resteasy.reactive.server.processor.generation.AbstractFeatureScanner
- All Implemented Interfaces:
FeatureScanner
- Direct Known Subclasses:
FieldInjectionFeature,GeneratedConvertersFeature,MultipartFeature
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.server.processor.scanning.FeatureScanner
FeatureScanner.FeatureScanResult -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final GeneratedClassOutputprotected final Map<String,BiFunction<String, org.objectweb.asm.ClassVisitor, org.objectweb.asm.ClassVisitor>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintegrate(org.jboss.jandex.IndexView application, ScannedApplication scannedApplication) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.server.processor.scanning.FeatureScanner
integrateWithIndexer
-
Field Details
-
classOutput
-
transformations
protected final Map<String,BiFunction<String, transformationsorg.objectweb.asm.ClassVisitor, org.objectweb.asm.ClassVisitor>>
-
-
Constructor Details
-
AbstractFeatureScanner
public AbstractFeatureScanner()
-
-
Method Details
-
integrate
public final FeatureScanner.FeatureScanResult integrate(org.jboss.jandex.IndexView application, ScannedApplication scannedApplication) - Specified by:
integratein interfaceFeatureScanner
-
integrateImpl
public void integrateImpl()
-