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 org.jboss.resteasy.reactive.server.model.DynamicFeaturescreateDynamicFeatures(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result) Creates a fully populated resource dynamic features instance, that are created via reflection.static org.jboss.resteasy.reactive.server.model.DynamicFeaturescreateDynamicFeatures(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.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 org.jboss.resteasy.reactive.server.model.FeaturescreateFeatures(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result) Creates a fully populated resource features instance, that are created via reflection.static org.jboss.resteasy.reactive.server.model.FeaturescreateFeatures(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.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, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult applicationScanningResult) scanForFeatures(org.jboss.jandex.IndexView index, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult applicationScanningResult)
-
Constructor Details
-
ResteasyReactiveFeatureScanner
public ResteasyReactiveFeatureScanner()
-
-
Method Details
-
createFeatures
public static org.jboss.resteasy.reactive.server.model.Features createFeatures(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result) Creates a fully populated resource features instance, that are created via reflection. -
createFeatures
public static org.jboss.resteasy.reactive.server.model.Features createFeatures(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.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 org.jboss.resteasy.reactive.server.model.DynamicFeatures createDynamicFeatures(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result) Creates a fully populated resource dynamic features instance, that are created via reflection. -
createDynamicFeatures
public static org.jboss.resteasy.reactive.server.model.DynamicFeatures createDynamicFeatures(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.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
-
scanForDynamicFeatures
-