Uses of Class
org.jboss.resteasy.util.snapshot.SnapshotMap
-
Packages that use SnapshotMap Package Description org.jboss.resteasy.core.providerfactory -
-
Uses of SnapshotMap in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory declared as SnapshotMap Modifier and Type Field Description protected SnapshotMap<Type,ContextInjector>
ResteasyProviderFactoryImpl. asyncContextInjectors
protected SnapshotMap<Class<?>,Map<Class<?>,Integer>>
ResteasyProviderFactoryImpl. classContracts
protected SnapshotMap<Type,ContextInjector>
ResteasyProviderFactoryImpl. contextInjectors
protected SnapshotMap<Class<?>,javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate>
ResteasyProviderFactoryImpl. headerDelegates
protected SnapshotMap<String,Object>
ResteasyProviderFactoryImpl. properties
protected SnapshotMap<Class<?>,Class<? extends StringParameterUnmarshaller>>
ResteasyProviderFactoryImpl. stringParameterUnmarshallers
-