Class ResteasyReactiveExceptionMappingScanner

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

public class ResteasyReactiveExceptionMappingScanner extends Object
Class that is responsible for scanning for exception mappers
  • Constructor Details

    • ResteasyReactiveExceptionMappingScanner

      public ResteasyReactiveExceptionMappingScanner()
  • Method Details

    • createExceptionMappers

      public static ExceptionMapping createExceptionMappers(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result)
      Creates a fully populated exception mapper instance, that are created via reflection.
    • createExceptionMappers

      public static ExceptionMapping createExceptionMappers(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result, Function<String,org.jboss.resteasy.reactive.spi.BeanFactory<?>> factoryCreator)
      Creates a fully populated exception mapper instance, that are created via the provided factory creator
    • scanForExceptionMappers

      public static ExceptionMapping scanForExceptionMappers(org.jboss.jandex.IndexView index, ApplicationScanningResult result)