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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jboss.resteasy.reactive.server.core.ExceptionMapping
    createExceptionMappers(org.jboss.jandex.IndexView indexView, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result)
    Creates a fully populated exception mapper instance, that are created via reflection.
    static org.jboss.resteasy.reactive.server.core.ExceptionMapping
    createExceptionMappers(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 exception mapper instance, that are created via the provided factory creator
    static org.jboss.resteasy.reactive.server.core.ExceptionMapping
    scanForExceptionMappers(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

    • ResteasyReactiveExceptionMappingScanner

      public ResteasyReactiveExceptionMappingScanner()
  • Method Details

    • createExceptionMappers

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

      public static org.jboss.resteasy.reactive.server.core.ExceptionMapping createExceptionMappers(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 exception mapper instance, that are created via the provided factory creator
    • scanForExceptionMappers

      public static org.jboss.resteasy.reactive.server.core.ExceptionMapping scanForExceptionMappers(org.jboss.jandex.IndexView index, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result)