Class FieldValue<T>

    • Constructor Detail

      • FieldValue

        public FieldValue​(Field field,
                          Value<?> targetValue)
        Deprecated.
        Construct a new instance.
        Parameters:
        field - the field to access
        targetValue - the target object containing the field
    • Method Detail

      • getValue

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