|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
AbstractModule.sourceWriter and returns a string that invokes all written
methods.
AsyncCallback.AsyncProvider<T> that generates
the following code for the provider:
return new %provider_name% () {
public void get(final AsyncCallback<%object_to_create%> callback) {
GWT.runAsync(new RunAsyncCallback() {
public void onSuccess() {
callback.onSuccess(%provider_of_object_to_create%.get());
}
public void onFailure(Throwable ex) {
callback.onFailure(ex);
}
}
}
}InjectorGeneratorImpl to represent different kinds
of bindings.Provider.GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GWT.create() for the requested type.sourceWriter and
returns a string that invokes the written method.
sourceWriter and returns a
string that invokes the written method.
sourceWriter that calls the passed
method and returns a string that invokes the written method.
sourceWriter that calls the passed
method and returns a string that invokes the written method.
sourceWriter and returns
a string that invokes the written method.
BindingContext storing the context of the given Guice
Element.
BindingContext storing the given text as its context.
FactoryModuleBuilder.Ginjector.JClassType for
the type of the Ginjector interface being generated.Module.GinModule available as a Module.@Ginjector subtypes to indicate which
GinModule implementations to use.bind().in(scope) (where there is no target key).GInFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
GinFactoryModuleBuilder.
Provider<T> that just uses the binding
to T.MemberCollectors
that collect injectable methods and fields (i.e.Inject
annotation and the injection is marked as optional (
@Inject(optional=true)).
JConstructor that represents the same constructor as the
provided Constructor reflection object.
JField that represents the same method as the provided
Field reflection object.
JMethod that represents the same method as the provided
Method reflection object.
Key retrieval and manipulation methods.Ginjector
implementation.GWT.create() for the non-"Async" version
of the requested type.Binding.getRequiredKeys() return values.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||