Class ResteasyReactiveFeatureScanner
java.lang.Object
org.jboss.resteasy.reactive.server.processor.scanning.ResteasyReactiveFeatureScanner
Class that is responsible for scanning for features and dynamic features
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DynamicFeaturescreateDynamicFeatures(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result) Creates a fully populated resource dynamic features instance, that are created via reflection.static DynamicFeaturescreateDynamicFeatures(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result, Function<String, org.jboss.resteasy.reactive.spi.BeanFactory<?>> factoryCreator) Creates a fully populated resource features instance, that are created via the provided factory creatorstatic FeaturescreateFeatures(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result) Creates a fully populated resource features instance, that are created via reflection.static FeaturescreateFeatures(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result, Function<String, org.jboss.resteasy.reactive.spi.BeanFactory<?>> factoryCreator) Creates a fully populated resource features instance, that are created via the provided factory creatorscanForDynamicFeatures(org.jboss.jandex.IndexView index, ApplicationScanningResult applicationScanningResult) scanForFeatures(org.jboss.jandex.IndexView index, ApplicationScanningResult applicationScanningResult)
-
Constructor Details
-
ResteasyReactiveFeatureScanner
public ResteasyReactiveFeatureScanner()
-
-
Method Details
-
createFeatures
public static Features createFeatures(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result) Creates a fully populated resource features instance, that are created via reflection. -
createFeatures
public static Features createFeatures(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result, Function<String, org.jboss.resteasy.reactive.spi.BeanFactory<?>> factoryCreator) Creates a fully populated resource features instance, that are created via the provided factory creator -
createDynamicFeatures
public static DynamicFeatures createDynamicFeatures(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result) Creates a fully populated resource dynamic features instance, that are created via reflection. -
createDynamicFeatures
public static DynamicFeatures createDynamicFeatures(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result, Function<String, org.jboss.resteasy.reactive.spi.BeanFactory<?>> factoryCreator) Creates a fully populated resource features instance, that are created via the provided factory creator -
scanForFeatures
public static Set<String> scanForFeatures(org.jboss.jandex.IndexView index, ApplicationScanningResult applicationScanningResult) -
scanForDynamicFeatures
public static Set<String> scanForDynamicFeatures(org.jboss.jandex.IndexView index, ApplicationScanningResult applicationScanningResult)
-