public abstract class AbstractGenericModule extends Object implements com.google.inject.Module
| Constructor and Description |
|---|
AbstractGenericModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindProperties(com.google.inject.Binder binder,
String propertyFilePath) |
void |
configure(com.google.inject.Binder binder) |
CompoundModule |
getBindings() |
protected Properties |
tryBindProperties(com.google.inject.Binder binder,
String propertyFilePath) |
public void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Modulepublic final CompoundModule getBindings()
protected void bindProperties(com.google.inject.Binder binder,
String propertyFilePath)
protected Properties tryBindProperties(com.google.inject.Binder binder, String propertyFilePath)
Copyright © 2015. All Rights Reserved.