Class PreMatchInterceptorContainer<T>
- java.lang.Object
-
- org.jboss.resteasy.reactive.common.model.InterceptorContainer<T>
-
- org.jboss.resteasy.reactive.common.model.PreMatchInterceptorContainer<T>
-
public class PreMatchInterceptorContainer<T> extends InterceptorContainer<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.resteasy.reactive.common.model.InterceptorContainer
InterceptorContainer.Reversed<T>
-
-
Constructor Summary
Constructors Constructor Description PreMatchInterceptorContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPreMatchInterceptor(ResourceInterceptor<T> interceptor)
List<ResourceInterceptor<T>>
getPreMatchInterceptors()
void
initializeDefaultFactories(Function<String,BeanFactory<?>> factoryCreator)
void
sort()
void
validateThreadModel()
Validates that anyContainerRequestFilter
that hasnonBlockingRequired
set, comes before any other filter-
Methods inherited from class org.jboss.resteasy.reactive.common.model.InterceptorContainer
addGlobalRequestInterceptor, addNameRequestInterceptor, create, getGlobalResourceInterceptors, getNameResourceInterceptors
-
-
-
-
Method Detail
-
addPreMatchInterceptor
public void addPreMatchInterceptor(ResourceInterceptor<T> interceptor)
-
getPreMatchInterceptors
public List<ResourceInterceptor<T>> getPreMatchInterceptors()
-
initializeDefaultFactories
public void initializeDefaultFactories(Function<String,BeanFactory<?>> factoryCreator)
- Overrides:
initializeDefaultFactories
in classInterceptorContainer<T>
-
sort
public void sort()
- Overrides:
sort
in classInterceptorContainer<T>
-
validateThreadModel
public void validateThreadModel()
Validates that anyContainerRequestFilter
that hasnonBlockingRequired
set, comes before any other filter
-
-