Uses of Interface
org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.InterceptorFactory
-
Packages that use JaxrsInterceptorRegistry.InterceptorFactory Package Description org.jboss.resteasy.core.interception -
-
Uses of JaxrsInterceptorRegistry.InterceptorFactory in org.jboss.resteasy.core.interception
Classes in org.jboss.resteasy.core.interception that implement JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Class Description class
JaxrsInterceptorRegistry.AbstractInterceptorFactory
class
JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
protected class
JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
protected class
JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory
protected class
JaxrsInterceptorRegistry.OnDemandInterceptorFactory
protected class
JaxrsInterceptorRegistry.SingletonInterceptorFactory
Fields in org.jboss.resteasy.core.interception with type parameters of type JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Field Description protected java.util.List<JaxrsInterceptorRegistry.InterceptorFactory>
JaxrsInterceptorRegistry. interceptors
Methods in org.jboss.resteasy.core.interception with parameters of type JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Method Description void
JaxrsInterceptorRegistry. register(JaxrsInterceptorRegistry.InterceptorFactory factory)
-