Class ResteasyReactiveFeatureScanner


  • public class ResteasyReactiveFeatureScanner
    extends Object
    Class that is responsible for scanning for features and dynamic features
    • Constructor Detail

      • ResteasyReactiveFeatureScanner

        public ResteasyReactiveFeatureScanner()
    • Method Detail

      • 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