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 ResteasyReactiveExceptionMappingScanner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExceptionMappingcreateExceptionMappers(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result)Creates a fully populated exception mapper instance, that are created via reflection.static ExceptionMappingcreateExceptionMappers(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 creatorstatic ExceptionMappingscanForExceptionMappers(org.jboss.jandex.IndexView index, ApplicationScanningResult result)
-
-
-
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
-
scanForExceptionMappers
public static ExceptionMapping scanForExceptionMappers(org.jboss.jandex.IndexView index, ApplicationScanningResult result)
-
-