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 org.jboss.resteasy.reactive.server.core.ExceptionMappingcreateExceptionMappers(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.ExceptionMappingcreateExceptionMappers(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 creatorstatic org.jboss.resteasy.reactive.server.core.ExceptionMappingscanForExceptionMappers(org.jboss.jandex.IndexView index, org.jboss.resteasy.reactive.common.processor.scanning.ApplicationScanningResult result)
-
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)
-