Package | Description |
---|---|
org.jclouds.rest.config | |
org.jclouds.rest.internal |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.Cache<RestAnnotationProcessor.MethodKey,Method> |
RestModule.delegationMap()
Shared for all types of rest clients.
|
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.Cache<RestAnnotationProcessor.MethodKey,Method> |
SeedAnnotationCache.delegationMap |
Constructor and Description |
---|
RestAnnotationProcessor(com.google.inject.Injector injector,
com.google.common.cache.LoadingCache<Class<?>,Boolean> seedAnnotationCache,
com.google.common.cache.Cache<RestAnnotationProcessor.MethodKey,Method> delegationMap,
String apiVersion,
String buildVersion,
ParseSax.Factory parserFactory,
HttpUtils utils,
ContentMetadataCodec contentMetadataCodec,
com.google.inject.TypeLiteral<T> typeLiteral) |
SeedAnnotationCache(com.google.inject.Injector injector,
com.google.common.cache.Cache<RestAnnotationProcessor.MethodKey,Method> delegationMap) |
Copyright © 2009-2013 jclouds. All Rights Reserved.