TypedStructReference<K extends Field<V>, V> extension

return context with both keys and data StructForm(PersonField.values)(personA).toMap();

on

Properties

fields Iterable<StructField<K, V>>

Available on ({StructData<K, V> data, StructForm<K, V> type}), provided by the TypedStructReference extension

no setter
values Iterable<V>

Available on ({StructData<K, V> data, StructForm<K, V> type}), provided by the TypedStructReference extension

no setter

Methods

toMap() Map<K, V>

Available on ({StructData<K, V> data, StructForm<K, V> type}), provided by the TypedStructReference extension