public abstract class AbstractGenericModule
extends java.lang.Object
implements com.google.inject.Module
Constructor and Description |
---|
AbstractGenericModule() |
Modifier and Type | Method and Description |
---|---|
protected void |
bindProperties(com.google.inject.Binder binder,
java.lang.String propertyFilePath) |
void |
configure(com.google.inject.Binder binder) |
CompoundModule |
getBindings() |
protected java.util.Properties |
tryBindProperties(com.google.inject.Binder binder,
java.lang.String propertyFilePath) |
public void configure(com.google.inject.Binder binder)
configure
in interface com.google.inject.Module
public final CompoundModule getBindings()
protected void bindProperties(com.google.inject.Binder binder, java.lang.String propertyFilePath)
protected java.util.Properties tryBindProperties(com.google.inject.Binder binder, java.lang.String propertyFilePath)