|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.inject.rebind.resolution.ImplicitBindingCreator
public class ImplicitBindingCreator
Class responsible for creating implicit bindings. This returns the binding entry
that should be used for the given type. It does not concern itself with satisfying
the dependencies or with figuring out where the binding should appear. For that,
see BindingResolver
.
Nested Class Summary | |
---|---|
static class |
ImplicitBindingCreator.BindingCreationException
Exception thrown to indicate an error occurred during binding creation. |
static interface |
ImplicitBindingCreator.Factory
|
Constructor Summary | |
---|---|
ImplicitBindingCreator(BindingFactory bindingFactory,
com.google.gwt.core.ext.GeneratorContext generatorContext,
com.google.gwt.core.ext.TreeLogger logger)
|
Method Summary | |
---|---|
Binding |
create(Key<?> key)
Creates the implicit binding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Inject public ImplicitBindingCreator(BindingFactory bindingFactory, com.google.gwt.core.ext.GeneratorContext generatorContext, com.google.gwt.core.ext.TreeLogger logger)
Method Detail |
---|
public Binding create(Key<?> key) throws ImplicitBindingCreator.BindingCreationException
ImplicitBindingCreator.BindingCreationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |