Generated by
JDiff

Interface com.google.inject.Injector

Added Methods
(Map<Key<?>, Binding<?>>getAllBindings() Returns a snapshot of this injector's bindings, both explicit and just-in-time.
Binding<T> getExistingBinding(Key<T>) Returns the binding if it already exists, or null if does not exist.
(Map<Class<Annotation>, Scope>getScopeBindings() Returns a map containing all scopes in the injector.
Set<TypeConverterBinding> getTypeConverterBindings() Returns a set containing all type converter bindings in the injector.
 

Changed Methods
Map<Key<?>, Binding<?>> getBindings() Documentation changed from old to new.
Returns this injector's explicit bindings.
Injector createChildInjector(Iterable<Module>) Documentation changed from old to new.
Returns a new injector that inherits all state from this injector.