Class ClientResponseFilterRegistryImpl
java.lang.Object
org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl<jakarta.ws.rs.client.ClientResponseFilter>
org.jboss.resteasy.core.interception.jaxrs.ClientResponseFilterRegistryImpl
- All Implemented Interfaces:
JaxrsInterceptorRegistry<jakarta.ws.rs.client.ClientResponseFilter>
public class ClientResponseFilterRegistryImpl
extends JaxrsInterceptorRegistryImpl<jakarta.ws.rs.client.ClientResponseFilter>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl
JaxrsInterceptorRegistryImpl.AbstractInterceptorFactory, JaxrsInterceptorRegistryImpl.OnDemandInterceptorFactory, JaxrsInterceptorRegistryImpl.SingletonInterceptorFactory
Nested classes/interfaces inherited from interface org.jboss.resteasy.spi.interception.JaxrsInterceptorRegistry
JaxrsInterceptorRegistry.AscendingPrecedenceComparator, JaxrsInterceptorRegistry.DescendingPrecedenceComparator, JaxrsInterceptorRegistry.InterceptorFactory, JaxrsInterceptorRegistry.Match
-
Field Summary
Fields inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl
cachedPostMatch, cachedPreMatch, interceptors, intf, listeners, providerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone
(ResteasyProviderFactory factory) protected void
sort
(List<JaxrsInterceptorRegistry.Match> matches) Methods inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl
getIntf, getListeners, getNameBound, getPriority, postMatch, preMatch, register, registerClass, registerClass, registerSingleton, registerSingleton
-
Constructor Details
-
ClientResponseFilterRegistryImpl
-
-
Method Details
-
sort
- Overrides:
sort
in classJaxrsInterceptorRegistryImpl<jakarta.ws.rs.client.ClientResponseFilter>
-
clone
- Specified by:
clone
in interfaceJaxrsInterceptorRegistry<jakarta.ws.rs.client.ClientResponseFilter>
- Overrides:
clone
in classJaxrsInterceptorRegistryImpl<jakarta.ws.rs.client.ClientResponseFilter>
-