toValueMap<T extends Object> abstract method

Map<String, T> toValueMap<T extends Object>()

Returns map items (key-value pairs) with values represented as T.

Throws FormatException if a value cannot be represented as T.

Implementation

Map<String, T> toValueMap<T extends Object>();