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. asyncContextInjectorsprotected SnapshotMap<Class<?>,Map<Class<?>,Integer>>ResteasyProviderFactoryImpl. classContractsprotected SnapshotMap<Type,ContextInjector>ResteasyProviderFactoryImpl. contextInjectorsprotected SnapshotMap<Class<?>,javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate>ResteasyProviderFactoryImpl. headerDelegatesprotected SnapshotMap<String,Object>ResteasyProviderFactoryImpl. propertiesprotected SnapshotMap<Class<?>,Class<? extends StringParameterUnmarshaller>>ResteasyProviderFactoryImpl. stringParameterUnmarshallers
-