|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
ScopedBindingBuilder toProvider(Key<Provider<? extends T>> ) |
Binds to instances from the provider bound to the given key. |
ScopedBindingBuilder toProvider(Provider<? extends T> ) |
Binds to instances generated by the given Provider. |
ScopedBindingBuilder toProvider(Class<Provider<? extends T>> ) |
Binds to instances from the provider bound to the given provider type. |
Added Methods | |
ScopedBindingBuilder toConstructor(Constructor<S> ) |
See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toConstructor(Constructor<S>, |
See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toProvider(Key<Provider<? extends T>> ) |
See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toProvider(Provider<? extends T> ) |
See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toProvider(TypeLiteral<Provider<? extends T>> ) |
See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder toProvider(Class<Provider<? extends T>> ) |
See the EDSL examples at com.google.inject.Binder. |
Changed Methods | ||
void toInstance(T ) |
Documentation changed from old to new. |
See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder to(Key<? extends T> ) |
Documentation changed from old to new. |
See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder to(TypeLiteral<? extends T> ) |
Documentation changed from old to new. |
See the EDSL examples at com.google.inject.Binder. |
ScopedBindingBuilder to(Class<? extends T> ) |
Documentation changed from old to new. |
See the EDSL examples at com.google.inject.Binder. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |