Uses of Class
org.jclouds.rest.internal.RestAnnotationProcessor.MethodKey

Packages that use RestAnnotationProcessor.MethodKey
org.jclouds.rest.config   
org.jclouds.rest.internal   
 

Uses of RestAnnotationProcessor.MethodKey in org.jclouds.rest.config
 

Methods in org.jclouds.rest.config that return types with arguments of type RestAnnotationProcessor.MethodKey
protected  com.google.common.cache.Cache<RestAnnotationProcessor.MethodKey,Method> RestModule.delegationMap()
          Shared for all types of rest clients.
 

Uses of RestAnnotationProcessor.MethodKey in org.jclouds.rest.internal
 

Fields in org.jclouds.rest.internal with type parameters of type RestAnnotationProcessor.MethodKey
protected  com.google.common.cache.Cache<RestAnnotationProcessor.MethodKey,Method> SeedAnnotationCache.delegationMap
           
 

Constructor parameters in org.jclouds.rest.internal with type arguments of type RestAnnotationProcessor.MethodKey
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.