Class ResteasyReactiveFeatureScanner

java.lang.Object
org.jboss.resteasy.reactive.server.processor.scanning.ResteasyReactiveFeatureScanner

public class ResteasyReactiveFeatureScanner extends Object
Class that is responsible for scanning for features and dynamic features
  • 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)