T
- the value typeServiceBuilder.requires(org.jboss.msc.service.ServiceName)
method instead. This class will be removed in a future release.@Deprecated public final class MapItemValue<T> extends Object implements Value<T>
Constructor and Description |
---|
MapItemValue(Value<?> keyValue,
Value<? extends Map<?,? extends T>> mapValue)
Deprecated.
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
T |
getValue()
Deprecated.
Get the actual dependency value.
|
public T getValue() throws IllegalStateException
getValue
in interface Value<T>
IllegalStateException
- if the value is time-sensitive and the current state does not allow retrieval.Copyright © 2021 JBoss by Red Hat. All rights reserved.