Uses of Class
org.jboss.resteasy.core.providerfactory.ResteasyProviderFactoryImpl
-
Packages that use ResteasyProviderFactoryImpl Package Description org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core org.jboss.resteasy.core.providerfactory -
-
Uses of ResteasyProviderFactoryImpl in org.jboss.resteasy.client.jaxrs.internal
Subclasses of ResteasyProviderFactoryImpl in org.jboss.resteasy.client.jaxrs.internal Modifier and Type Class Description class
LocalResteasyProviderFactory
A version of ResteasyProviderFactory which does not reference its parent after it is created. -
Uses of ResteasyProviderFactoryImpl in org.jboss.resteasy.core
Subclasses of ResteasyProviderFactoryImpl in org.jboss.resteasy.core Modifier and Type Class Description class
ThreadLocalResteasyProviderFactory
Allow applications to push/pop provider factories onto the stack.Fields in org.jboss.resteasy.core declared as ResteasyProviderFactoryImpl Modifier and Type Field Description protected ResteasyProviderFactoryImpl
ExceptionHandler. providerFactory
-
Uses of ResteasyProviderFactoryImpl in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory declared as ResteasyProviderFactoryImpl Modifier and Type Field Description protected ResteasyProviderFactoryImpl
CommonProviders. rpf
Methods in org.jboss.resteasy.core.providerfactory with parameters of type ResteasyProviderFactoryImpl Modifier and Type Method Description protected void
ResteasyProviderFactoryImpl. initializeCommon(ResteasyProviderFactoryImpl parent, boolean lockSnapshots, boolean snapFirst)
Constructors in org.jboss.resteasy.core.providerfactory with parameters of type ResteasyProviderFactoryImpl Constructor Description ClientHelper(ResteasyProviderFactoryImpl rpf)
ClientHelper(ResteasyProviderFactoryImpl rpf, ClientHelper parent)
Shallow copyCommonProviders(ResteasyProviderFactoryImpl rpf)
CommonProviders(ResteasyProviderFactoryImpl rpf, CommonProviders parent)
Shallow Copy of a parent.ServerHelper(ResteasyProviderFactoryImpl rpf)
ServerHelper(ResteasyProviderFactoryImpl rpf, ServerHelper parent)
-