Changed Methods |
LinkedBindingBuilder<V> addBinding(K )
|
Documentation changed from old to new. Changed from abstract to non-abstract.
|
Returns a binding builder used to add a new entry in the map. |
MapBinder<K, V> permitDuplicates()
|
Documentation changed from old to new. Changed from abstract to non-abstract.
|
Configures the {@code MapBinder} to handle duplicate entries. |
MapBinder<K, V> newMapBinder(Binder, TypeLiteral<K>, TypeLiteral<V>)
|
Documentation changed from old to new. |
Returns a new mapbinder that collects entries of {@code keyType}/{@code valueType} in a Map that is itself bound with no binding annotation. |
MapBinder<K, V> newMapBinder(Binder, TypeLiteral<K>, TypeLiteral<V>, Class<Annotation>)
|
Documentation changed from old to new. |
Returns a new mapbinder that collects entries of {@code keyType}/{@code valueType} in a Map that is itself bound with {@code annotationType}. |
MapBinder<K, V> newMapBinder(Binder, TypeLiteral<K>, TypeLiteral<V>, Annotation)
|
Documentation changed from old to new. |
Returns a new mapbinder that collects entries of {@code keyType}/{@code valueType} in a Map that is itself bound with {@code annotation}. |
MapBinder<K, V> newMapBinder(Binder, Class<K>, Class<V>)
|
Documentation changed from old to new. |
Returns a new mapbinder that collects entries of {@code keyType}/{@code valueType} in a Map that is itself bound with no binding annotation. |
MapBinder<K, V> newMapBinder(Binder, Class<K>, Class<V>, Class<Annotation>)
|
Documentation changed from old to new. |
Returns a new mapbinder that collects entries of {@code keyType}/{@code valueType} in a Map that is itself bound with {@code annotationType}. |
MapBinder<K, V> newMapBinder(Binder, Class<K>, Class<V>, Annotation)
|
Documentation changed from old to new. |
Returns a new mapbinder that collects entries of {@code keyType}/{@code valueType} in a Map that is itself bound with {@code annotation}. |