Class PreMatchInterceptorContainer<T>
java.lang.Object
org.jboss.resteasy.reactive.common.model.InterceptorContainer<T>
org.jboss.resteasy.reactive.common.model.PreMatchInterceptorContainer<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.resteasy.reactive.common.model.InterceptorContainer
InterceptorContainer.Reversed<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPreMatchInterceptor(ResourceInterceptor<T> interceptor) voidinitializeDefaultFactories(Function<String, BeanFactory<?>> factoryCreator) voidsort()voidValidates that anyContainerRequestFilterthat hasnonBlockingRequiredset, comes before any other filterMethods inherited from class org.jboss.resteasy.reactive.common.model.InterceptorContainer
addGlobalRequestInterceptor, addNameRequestInterceptor, create, getGlobalResourceInterceptors, getNameResourceInterceptors, isEmpty
-
Constructor Details
-
PreMatchInterceptorContainer
public PreMatchInterceptorContainer()
-
-
Method Details
-
addPreMatchInterceptor
-
getPreMatchInterceptors
-
initializeDefaultFactories
- Overrides:
initializeDefaultFactoriesin classInterceptorContainer<T>
-
sort
public void sort()- Overrides:
sortin classInterceptorContainer<T>
-
validateThreadModel
public void validateThreadModel()Validates that anyContainerRequestFilterthat hasnonBlockingRequiredset, comes before any other filter
-