Class ClassOfValue<T>

    • Constructor Detail

      • ClassOfValue

        public ClassOfValue​(Value<? extends T> value)
        Deprecated.
    • Method Detail

      • getValue

        public Class<? extends T> getValue()
                                    throws IllegalStateException
        Deprecated.
        Description copied from interface: Value
        Get the actual dependency value.
        Specified by:
        getValue in interface Value<T>
        Returns:
        the Class of the value, or null if value.getValue() is null.
        Throws:
        IllegalStateException - if the value is time-sensitive and the current state does not allow retrieval.