Class MapValue<K,​V>

    • Constructor Detail

      • MapValue

        public MapValue​(Value<? extends Map<K,​V>> mapValue,
                        List<MapEntry<? extends Value<? extends K>,​? extends Value<? extends V>>> values)
        Deprecated.
        Construct a new instance.
        Parameters:
        mapValue - the map value to add values to
        values - the values to add
      • MapValue

        public MapValue​(Value<? extends Map<K,​V>> mapValue,
                        MapEntry<? extends Value<? extends K>,​? extends Value<? extends V>>... values)
        Deprecated.
        Construct a new instance.
        Parameters:
        mapValue - the map value to add values to
        values - the values to add
    • Method Detail

      • getValue

        public Map<K,​V> getValue()
                                throws IllegalStateException
        Deprecated.
        Get the actual dependency value.
        Specified by:
        getValue in interface Value<K>
        Returns:
        the actual dependency value
        Throws:
        IllegalStateException - if the value is time-sensitive and the current state does not allow retrieval.