Class ReaderInterceptorRegistryImpl
java.lang.Object
org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl<jakarta.ws.rs.ext.ReaderInterceptor>
org.jboss.resteasy.core.interception.jaxrs.ReaderInterceptorRegistryImpl
- All Implemented Interfaces:
JaxrsInterceptorRegistry<jakarta.ws.rs.ext.ReaderInterceptor>
public class ReaderInterceptorRegistryImpl
extends JaxrsInterceptorRegistryImpl<jakarta.ws.rs.ext.ReaderInterceptor>
- 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
-
Method Summary
Methods inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl
getIntf, getListeners, getNameBound, getPriority, postMatch, preMatch, register, registerClass, registerClass, registerSingleton, registerSingleton, sort
-
Constructor Details
-
ReaderInterceptorRegistryImpl
-
-
Method Details
-
clone
- Specified by:
clone
in interfaceJaxrsInterceptorRegistry<jakarta.ws.rs.ext.ReaderInterceptor>
- Overrides:
clone
in classJaxrsInterceptorRegistryImpl<jakarta.ws.rs.ext.ReaderInterceptor>
-