Class ResteasyReactiveExceptionMappingScanner


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

      • ResteasyReactiveExceptionMappingScanner

        public ResteasyReactiveExceptionMappingScanner()
    • Method Detail

      • 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