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 MapEntryValue<K,V> extends Object implements Value<MapEntry<K,V>>
Constructor and Description |
---|
MapEntryValue(MapEntry<Value<K>,Value<V>> entry)
Deprecated.
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
MapEntry<K,V> |
getValue()
Deprecated.
Get the actual dependency value.
|
static <K,V> Value<MapEntry<K,V>> |
of(Value<K> key,
Value<V> value)
Deprecated.
Construct a new instance.
|
public MapEntry<K,V> getValue() throws IllegalStateException
Copyright © 2019 JBoss by Red Hat. All rights reserved.