Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
dagger2
/
120abc636f27c52f4eca114cfd7f0b647f6b12b7
/
java
/
dagger
/
internal
/
codegen
/
ComponentBindingExpressions.java
120abc6
Make DependencyRequest.Kind a top-level, exposed type (RequestKind) in dagger.model
by ronshapiro
· 8 years ago
8c3605d
Change ComponentBindingExpression Map<BK,BE> to a Table<BK,DR.Kind, BE>
by bcorso
· 8 years ago
6486184
Refactor FrameworkFieldInitializer into a base class plus one for MembersInjectors, one for Producers that adapt provision, and one for other contribution bindings.
by dpb
· 8 years ago
21f74fe
Force BindingExpressions to use ComponentBindingExpressions when building composite expression.
by bcorso
· 8 years ago
d90a429
Move field creation into FrameworkInitializer to fix naming issues.
by bcorso
· 8 years ago
2b8e168
Add ordering to fields and methods in GeneratedComponentModel.
by bcorso
· 8 years ago
f0a99fe
Generate binding expressions on demand.
by bcorso
· 8 years ago
2c27966
Move members injection logic out of AbstractComponentWriter and into its own binding expression.
by bcorso
· 8 years ago
e643cc6
Change getComponentMethodExpression to getComponentMethodImplementation
by bcorso
· 8 years ago
11f9b87
Bypass creating a private method if the component api already exposes a method.
by bcorso
· 8 years ago
ba79486
Add an Expression type, which is a tuple of a CodeBlock and the type that it represents. This will help implementing BindingExpressions for @Binds methods, in particular for the following case:
by ronshapiro
· 8 years ago
e6845ff
Move getFieldInitialization out of AbstractComponentWriter
by erichang
· 8 years ago
dc07ed5
Inline requests for bindings that were provided with a @BindInstance method, and enable SimpleMethodRequestFulfillment to operate on instance @Provides methods
by ronshapiro
· 8 years ago
68c77d8
Split HasBindingExpressions into GeneratedComponentModel and ComponentBindingExpressions.
by dpb
· 8 years ago