Uses of Interface
org.jboss.resteasy.core.interception.InterceptorRegistry.InterceptorFactory
-
Packages that use InterceptorRegistry.InterceptorFactory Package Description org.jboss.resteasy.core.interception -
-
Uses of InterceptorRegistry.InterceptorFactory in org.jboss.resteasy.core.interception
Classes in org.jboss.resteasy.core.interception that implement InterceptorRegistry.InterceptorFactory Modifier and Type Class Description protected class
InterceptorRegistry.AbstractInterceptorFactory
Deprecated.protected class
InterceptorRegistry.PerMethodInterceptorFactory
Deprecated.protected class
InterceptorRegistry.SingletonInterceptorFactory
Deprecated.Fields in org.jboss.resteasy.core.interception with type parameters of type InterceptorRegistry.InterceptorFactory Modifier and Type Field Description protected java.util.List<InterceptorRegistry.InterceptorFactory>
InterceptorRegistry. interceptors
Deprecated.Methods in org.jboss.resteasy.core.interception with parameters of type InterceptorRegistry.InterceptorFactory Modifier and Type Method Description int
InterceptorRegistry.PrecedenceComparator. compare(InterceptorRegistry.InterceptorFactory factory, InterceptorRegistry.InterceptorFactory factory2)
-