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 classInterceptorRegistry.AbstractInterceptorFactoryDeprecated.protected classInterceptorRegistry.PerMethodInterceptorFactoryDeprecated.protected classInterceptorRegistry.SingletonInterceptorFactoryDeprecated.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. interceptorsDeprecated.Methods in org.jboss.resteasy.core.interception with parameters of type InterceptorRegistry.InterceptorFactory Modifier and Type Method Description intInterceptorRegistry.PrecedenceComparator. compare(InterceptorRegistry.InterceptorFactory factory, InterceptorRegistry.InterceptorFactory factory2)
-