@Vetoed public class MapConverter<K,V> extends Object implements Converter<Map<K,V>>
Constructor and Description |
---|
MapConverter(Converter<? extends Set<? extends Map.Entry<? extends K,? extends V>>> converter) |
Modifier and Type | Method and Description |
---|---|
Map<K,V> |
convert(Value value)
Converts the supplied
Value into the appropriate kind of
object and returns the result. |
Copyright © 2019–2020, microBean™. All rights reserved.