Uses of Class
org.jboss.resteasy.core.providerfactory.ResteasyProviderFactoryImpl
Package
Description
-
Uses of ResteasyProviderFactoryImpl in org.jboss.resteasy.client.jaxrs.internal
Modifier and TypeClassDescriptionclass
A version of ResteasyProviderFactory which does not reference its parent after it is created. -
Uses of ResteasyProviderFactoryImpl in org.jboss.resteasy.core
Modifier and TypeClassDescriptionfinal class
Allow applications to push/pop provider factories onto the stack.Modifier and TypeFieldDescriptionprotected ResteasyProviderFactoryImpl
ExceptionHandler.providerFactory
-
Uses of ResteasyProviderFactoryImpl in org.jboss.resteasy.core.providerfactory
Modifier and TypeMethodDescriptionprotected void
ResteasyProviderFactoryImpl.initializeCommon
(ResteasyProviderFactoryImpl parent, boolean lockSnapshots, boolean snapFirst) ModifierConstructorDescriptionClientHelper
(ResteasyProviderFactoryImpl rpf, ClientHelper parent) Shallow copyCommonProviders
(ResteasyProviderFactoryImpl rpf, CommonProviders parent) Shallow Copy of a parent.ServerHelper
(ResteasyProviderFactoryImpl rpf, ServerHelper parent)