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. |