Class ResteasyReactiveExceptionMappingScanner
java.lang.Object
org.jboss.resteasy.reactive.server.processor.scanning.ResteasyReactiveExceptionMappingScanner
Class that is responsible for scanning for exception mappers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-