Generated by
JDiff

Interface com.google.inject.multibindings.MapBinderBinding

Documentation changed from old to new.

Added Methods
(List<Entry<?, Binding<?>>>getEntries(Iterable<Element>) Similar to .getEntries(), but can be used on a MapBinderBinding retrieved from Elements.getElements.
 

Changed Methods
boolean containsElement(Element) Documentation changed from old to new.
Returns true if this MapBinder contains the given Element in order to build the map or uses the given Element in order to support building and injecting the map.
TypeLiteral<?> getKeyTypeLiteral() Documentation changed from old to new.
Returns the TypeLiteral describing the keys of the map.
TypeLiteral<?> getValueTypeLiteral() Documentation changed from old to new.
Returns the TypeLiteral describing the values of the map.
List<Entry<?, Binding<?>>> getEntries() Documentation changed from old to new.
Returns all entries in the Map.