Package org.everrest.guice
Class ServiceBindingHelper
- java.lang.Object
-
- org.everrest.guice.ServiceBindingHelper
-
public class ServiceBindingHelper extends Object
Guice key that allows remap URI template of service. Example of usage in guice module:bind(ServiceBindingKey.of(MyService.class, "/my_path")).to(MyService.class);- Author:
- andrew00x
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> com.google.inject.Key<T>bindingKey(Class<T> clazz, String path)
-