Uses of Class
org.jboss.resteasy.core.providerfactory.ResteasyProviderFactoryImpl
Packages that use ResteasyProviderFactoryImpl
Package
Description
-
Uses of ResteasyProviderFactoryImpl in org.jboss.resteasy.client.jaxrs.internal
Subclasses of ResteasyProviderFactoryImpl in org.jboss.resteasy.client.jaxrs.internalModifier and TypeClassDescriptionclass
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.coreModifier and TypeClassDescriptionfinal class
Allow applications to push/pop provider factories onto the stack.Fields in org.jboss.resteasy.core declared as ResteasyProviderFactoryImplModifier and TypeFieldDescriptionprotected ResteasyProviderFactoryImpl
ExceptionHandler.providerFactory
-
Uses of ResteasyProviderFactoryImpl in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory declared as ResteasyProviderFactoryImplMethods in org.jboss.resteasy.core.providerfactory with parameters of type ResteasyProviderFactoryImplModifier and TypeMethodDescriptionprotected void
ResteasyProviderFactoryImpl.initializeCommon
(ResteasyProviderFactoryImpl parent, boolean lockSnapshots, boolean snapFirst) Constructors in org.jboss.resteasy.core.providerfactory with parameters of type ResteasyProviderFactoryImplModifierConstructorDescriptionClientHelper
(ResteasyProviderFactoryImpl rpf, ClientHelper parent) Shallow copyCommonProviders
(ResteasyProviderFactoryImpl rpf, CommonProviders parent) Shallow Copy of a parent.ServerHelper
(ResteasyProviderFactoryImpl rpf, ServerHelper parent)