K
- the key typeV
- the value typeServiceBuilder.requires(org.jboss.msc.service.ServiceName)
method instead. This class will be removed in a future release.@Deprecated public final class MapValue<K,V> extends Object implements Value<Map<K,V>>
Constructor and Description |
---|
MapValue(Value<? extends Map<K,V>> mapValue,
List<MapEntry<? extends Value<? extends K>,? extends Value<? extends V>>> values)
Deprecated.
Construct a new instance.
|
MapValue(Value<? extends Map<K,V>> mapValue,
MapEntry<? extends Value<? extends K>,? extends Value<? extends V>>... values)
Deprecated.
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Map<K,V> |
getValue()
Deprecated.
Get the actual dependency value.
|
public MapValue(Value<? extends Map<K,V>> mapValue, List<MapEntry<? extends Value<? extends K>,? extends Value<? extends V>>> values)
mapValue
- the map value to add values tovalues
- the values to addpublic Map<K,V> getValue() throws IllegalStateException
Copyright © 2018 JBoss by Red Hat. All rights reserved.