Class ResteasyReactiveInterceptorScanner
java.lang.Object
org.jboss.resteasy.reactive.common.processor.scanning.ResteasyReactiveInterceptorScanner
Scanner that is responsible for scanning for interceptor classes, such as container filters and IO interceptors
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.resteasy.reactive.common.model.ResourceInterceptorscreateResourceInterceptors(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result) Creates a fully populated resource interceptors instance, that are created via reflection.static org.jboss.resteasy.reactive.common.model.ResourceInterceptorscreateResourceInterceptors(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result, Function<String, org.jboss.resteasy.reactive.spi.BeanFactory<?>> factoryCreator) Creates a fully populated resource interceptors instance, that are created via the provided factory creatorstatic voidscanForContainerRequestFilters(org.jboss.resteasy.reactive.common.model.ResourceInterceptors interceptors, org.jboss.jandex.IndexView index, ApplicationScanningResult applicationScanningResult) static voidscanForIOInterceptors(org.jboss.resteasy.reactive.common.model.ResourceInterceptors interceptors, org.jboss.jandex.IndexView index, ApplicationScanningResult applicationScanningResult)
-
Method Details
-
createResourceInterceptors
public static org.jboss.resteasy.reactive.common.model.ResourceInterceptors createResourceInterceptors(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result) Creates a fully populated resource interceptors instance, that are created via reflection. -
createResourceInterceptors
public static org.jboss.resteasy.reactive.common.model.ResourceInterceptors createResourceInterceptors(org.jboss.jandex.IndexView indexView, ApplicationScanningResult result, Function<String, org.jboss.resteasy.reactive.spi.BeanFactory<?>> factoryCreator) Creates a fully populated resource interceptors instance, that are created via the provided factory creator -
scanForContainerRequestFilters
public static void scanForContainerRequestFilters(org.jboss.resteasy.reactive.common.model.ResourceInterceptors interceptors, org.jboss.jandex.IndexView index, ApplicationScanningResult applicationScanningResult) -
scanForIOInterceptors
public static void scanForIOInterceptors(org.jboss.resteasy.reactive.common.model.ResourceInterceptors interceptors, org.jboss.jandex.IndexView index, ApplicationScanningResult applicationScanningResult)
-