org.jclouds.rest.config
Class BinderUtils
java.lang.Object
org.jclouds.rest.config.BinderUtils
public class BinderUtils
- extends Object
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinderUtils
public BinderUtils()
bindClient
public static <K,V> void bindClient(com.google.inject.Binder binder,
Class<K> syncClientType,
Class<V> asyncClientType,
Map<Class<?>,Class<?>> delegates)
bindAsyncClient
public static <T> void bindAsyncClient(com.google.inject.Binder binder,
Class<T> asyncClientType)
newNullProxy
public static <T> T newNullProxy(Class<T> clazz)
Copyright © 2009-2011 jclouds. All Rights Reserved.