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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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
    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.
    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
    static Set<String>
    scanForDynamicFeatures(org.jboss.jandex.IndexView index, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult applicationScanningResult)
     
    static Set<String>
    scanForFeatures(org.jboss.jandex.IndexView index, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult applicationScanningResult)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static Set<String> scanForFeatures(org.jboss.jandex.IndexView index, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult applicationScanningResult)
    • scanForDynamicFeatures

      public static Set<String> scanForDynamicFeatures(org.jboss.jandex.IndexView index, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult applicationScanningResult)