Class ClientRequestFilterRegistryImpl
java.lang.Object
org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl<jakarta.ws.rs.client.ClientRequestFilter>
org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistryImpl
- All Implemented Interfaces:
JaxrsInterceptorRegistry<jakarta.ws.rs.client.ClientRequestFilter>
public class ClientRequestFilterRegistryImpl
extends JaxrsInterceptorRegistryImpl<jakarta.ws.rs.client.ClientRequestFilter>
-
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) void
registerClass
(Class<? extends jakarta.ws.rs.client.ClientRequestFilter> declaring) void
registerClass
(Class<? extends jakarta.ws.rs.client.ClientRequestFilter> declaring, int priority) Methods inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl
getIntf, getListeners, getNameBound, getPriority, postMatch, preMatch, register, registerSingleton, registerSingleton, sort
-
Constructor Details
-
ClientRequestFilterRegistryImpl
-
-
Method Details
-
registerClass
- Specified by:
registerClass
in interfaceJaxrsInterceptorRegistry<jakarta.ws.rs.client.ClientRequestFilter>
- Overrides:
registerClass
in classJaxrsInterceptorRegistryImpl<jakarta.ws.rs.client.ClientRequestFilter>
-
registerClass
public void registerClass(Class<? extends jakarta.ws.rs.client.ClientRequestFilter> declaring, int priority) - Specified by:
registerClass
in interfaceJaxrsInterceptorRegistry<jakarta.ws.rs.client.ClientRequestFilter>
- Overrides:
registerClass
in classJaxrsInterceptorRegistryImpl<jakarta.ws.rs.client.ClientRequestFilter>
-
clone
- Specified by:
clone
in interfaceJaxrsInterceptorRegistry<jakarta.ws.rs.client.ClientRequestFilter>
- Overrides:
clone
in classJaxrsInterceptorRegistryImpl<jakarta.ws.rs.client.ClientRequestFilter>
-