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