protected ParsedValue (V value, StyleConverter<V, T> converter)

Create an instance of ParsedValue where the value type V is converted to the target type T using the given converter. If converter is null, then it is assumed that the type of value V and the type of target T are the same and do not need converted.

Parameters:
value    the value to be converted
converter    the converter