public class IteratorToMapConverter<T extends Map<?,?>> extends Object implements Converter<Iterator<Map.Entry<?,?>>,T>
IteratorToMapConverter()
T
apply(Iterator<Map.Entry<?,?>> source, Type targetType, JConverter context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorToMapConverter()
public T apply(Iterator<Map.Entry<?,?>> source, Type targetType, JConverter context)
apply
Converter<Iterator<Map.Entry<?,?>>,T extends Map<?,?>>
source
targetType
context
Copyright © 2014. All rights reserved.