Class ResteasyReactiveParamConverterScanner

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

public class ResteasyReactiveParamConverterScanner extends Object
Class that is responsible for scanning for param converters
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jboss.resteasy.reactive.server.model.ParamConverterProviders
    createParamConverters(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result)
    Creates a fully populated param converter instance, that are created via reflection.
    static org.jboss.resteasy.reactive.server.model.ParamConverterProviders
    createParamConverters(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 param converter instance, that are created via the provided factory creator
    static org.jboss.resteasy.reactive.server.model.ParamConverterProviders
    scanForParamConverters(org.jboss.jandex.IndexView index, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResteasyReactiveParamConverterScanner

      public ResteasyReactiveParamConverterScanner()
  • Method Details

    • createParamConverters

      public static org.jboss.resteasy.reactive.server.model.ParamConverterProviders createParamConverters(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result)
      Creates a fully populated param converter instance, that are created via reflection.
    • createParamConverters

      public static org.jboss.resteasy.reactive.server.model.ParamConverterProviders createParamConverters(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 param converter instance, that are created via the provided factory creator
    • scanForParamConverters

      public static org.jboss.resteasy.reactive.server.model.ParamConverterProviders scanForParamConverters(org.jboss.jandex.IndexView index, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result)